mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 15:03:57 +00:00
Updated the boostbook.dtd and reference docs
for "enumvalue" elements to indicate they can have "purpose" and "description" children. [SVN r42389]
This commit is contained in:
parent
75f209265c
commit
4017a76615
@ -2513,6 +2513,8 @@
|
|||||||
<content-model-expanded>
|
<content-model-expanded>
|
||||||
<sequence-group>
|
<sequence-group>
|
||||||
<element-name name="default" occurrence="?"/>
|
<element-name name="default" occurrence="?"/>
|
||||||
|
<element-name name="purpose" occurrence="?"/>
|
||||||
|
<element-name name="description" occurrence="?"/>
|
||||||
</sequence-group>
|
</sequence-group>
|
||||||
</content-model-expanded>
|
</content-model-expanded>
|
||||||
<content-model>
|
<content-model>
|
||||||
|
@ -2102,7 +2102,7 @@
|
|||||||
<refpurpose>A single value of an enumeration</refpurpose>
|
<refpurpose>A single value of an enumeration</refpurpose>
|
||||||
</refnamediv>
|
</refnamediv>
|
||||||
<refsynopsisdiv>enumvalue ::=
|
<refsynopsisdiv>enumvalue ::=
|
||||||
(<link linkend="boostbook.dtd.default">default</link>?)
|
(<link linkend="boostbook.dtd.default">default</link>?, <link linkend="boostbook.dtd.purpose">purpose</link>?, <link linkend="boostbook.dtd.description">description</link>?)
|
||||||
</refsynopsisdiv>
|
</refsynopsisdiv>
|
||||||
<refsection>
|
<refsection>
|
||||||
<title>Attributes</title>
|
<title>Attributes</title>
|
||||||
|
@ -210,7 +210,7 @@
|
|||||||
name CDATA #REQUIRED
|
name CDATA #REQUIRED
|
||||||
%boost.common.attrib;>
|
%boost.common.attrib;>
|
||||||
|
|
||||||
<!ELEMENT enumvalue (default?)>
|
<!ELEMENT enumvalue (default?, purpose?, description?)>
|
||||||
<!ATTLIST enumvalue
|
<!ATTLIST enumvalue
|
||||||
name CDATA #REQUIRED
|
name CDATA #REQUIRED
|
||||||
%boost.common.attrib;>
|
%boost.common.attrib;>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user