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:
Daniel James 2009-02-22 23:47:51 +00:00
parent 9d06dbbaae
commit 38017203f6
2 changed files with 5 additions and 1 deletions

View File

@ -1061,6 +1061,7 @@
<pcdata/>
</sequence-group>
</content-model>
<purpose>References a macro with the given name</purpose>
</element>
<attlist name="macroname">
@ -1392,6 +1393,7 @@
<pcdata/>
</sequence-group>
</content-model>
<purpose>References a C++ header with the given name</purpose>
</element>
<attlist name="headername">
@ -1788,6 +1790,7 @@
<pcdata/>
</sequence-group>
</content-model>
<purpose>References a global with the given name</purpose>
</element>
<attlist name="globalname">
@ -3030,6 +3033,7 @@
<pcdata/>
</sequence-group>
</content-model>
<purpose>References an enumeration type with the given name</purpose>
</element>
<attlist name="enumname">

File diff suppressed because one or more lines are too long