mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Add a purpose for macroname, headername, enumname, globalname.
Ref #2153: There's still no documentation for methodname and classname. These are actually defined in the docbook DTD for a different purpose so I'm not sure how to deal with them. http://www.docbook.org/tdg/en/html/methodname.html http://www.docbook.org/tdg/en/html/classname.html [SVN r51401]
This commit is contained in:
parent
9d06dbbaae
commit
38017203f6
@ -1061,6 +1061,7 @@
|
|||||||
<pcdata/>
|
<pcdata/>
|
||||||
</sequence-group>
|
</sequence-group>
|
||||||
</content-model>
|
</content-model>
|
||||||
|
<purpose>References a macro with the given name</purpose>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<attlist name="macroname">
|
<attlist name="macroname">
|
||||||
@ -1392,6 +1393,7 @@
|
|||||||
<pcdata/>
|
<pcdata/>
|
||||||
</sequence-group>
|
</sequence-group>
|
||||||
</content-model>
|
</content-model>
|
||||||
|
<purpose>References a C++ header with the given name</purpose>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<attlist name="headername">
|
<attlist name="headername">
|
||||||
@ -1788,6 +1790,7 @@
|
|||||||
<pcdata/>
|
<pcdata/>
|
||||||
</sequence-group>
|
</sequence-group>
|
||||||
</content-model>
|
</content-model>
|
||||||
|
<purpose>References a global with the given name</purpose>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<attlist name="globalname">
|
<attlist name="globalname">
|
||||||
@ -3030,6 +3033,7 @@
|
|||||||
<pcdata/>
|
<pcdata/>
|
||||||
</sequence-group>
|
</sequence-group>
|
||||||
</content-model>
|
</content-model>
|
||||||
|
<purpose>References an enumeration type with the given name</purpose>
|
||||||
</element>
|
</element>
|
||||||
|
|
||||||
<attlist name="enumname">
|
<attlist name="enumname">
|
||||||
|
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user