|
45 | 45 | <attribute name="name"/> |
46 | 46 | <attribute name="email"/> |
47 | 47 | </macro> |
| 48 | + <macro name="shortversion"/> |
48 | 49 | <macro name="versionadded"> |
49 | 50 | <attribute name="version"/> |
50 | 51 | </macro> |
| 52 | + <!-- This is broken: we need to re-order the optional and required |
| 53 | + parameters, making the optional parameter the content for the |
| 54 | + element. The processor is not powerful enough to handle this. |
| 55 | + --> |
51 | 56 | <macro name="versionchanged"> |
52 | 57 | <attribute name="version"/> |
53 | 58 | </macro> |
|
67 | 72 | <child name="args"/> |
68 | 73 | </environment> |
69 | 74 | <environment name="ctypedesc"> |
| 75 | + <attribute name="tag" optional="yes"/> |
70 | 76 | <attribute name="name"/> |
71 | 77 | </environment> |
72 | 78 | <environment name="cvardesc"> |
|
152 | 158 | <macro name="seemodule"> |
153 | 159 | <attribute name="ref" optional="yes"/> |
154 | 160 | <attribute name="name"/> |
155 | | - <content/> |
| 161 | + <child name="description"/> |
| 162 | + </macro> |
| 163 | + <macro name="seepep"> |
| 164 | + <attribute name="number"/> |
| 165 | + <child name="title"/> |
| 166 | + <child name="description"/> |
| 167 | + </macro> |
| 168 | + <macro name="seerfc"> |
| 169 | + <attribute name="number"/> |
| 170 | + <child name="title"/> |
| 171 | + <child name="description"/> |
156 | 172 | </macro> |
157 | 173 | <macro name="seetext"> |
158 | | - <content/> |
| 174 | + <child name="description"/> |
| 175 | + </macro> |
| 176 | + <macro name="seetitle"> |
| 177 | + <attribute name="href" optional="yes"/> |
| 178 | + <child name="title"/> |
| 179 | + <child name="description"/> |
| 180 | + </macro> |
| 181 | + <macro name="seeurl"> |
| 182 | + <attribute name="href"/> |
| 183 | + <child name="description"/> |
159 | 184 | </macro> |
160 | 185 |
|
161 | 186 | <!-- Index-generating markup. --> |
|
670 | 695 | <macro name="UNIX" outputname=""> |
671 | 696 | <text>Unix</text> |
672 | 697 | </macro> |
| 698 | + <macro name="textasciitilde" outputname=""> |
| 699 | + <text>~</text> |
| 700 | + </macro> |
673 | 701 |
|
674 | 702 | <!-- These will end up disappearing as well! --> |
675 | 703 | <macro name="catcode" outputname=""/> |
|
0 commit comments