mirror of
https://github.com/boostorg/boostbook.git
synced 2025-05-09 02:43:58 +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>
|
||||
<sequence-group>
|
||||
<element-name name="default" occurrence="?"/>
|
||||
<element-name name="purpose" occurrence="?"/>
|
||||
<element-name name="description" occurrence="?"/>
|
||||
</sequence-group>
|
||||
</content-model-expanded>
|
||||
<content-model>
|
||||
|
@ -2102,7 +2102,7 @@
|
||||
<refpurpose>A single value of an enumeration</refpurpose>
|
||||
</refnamediv>
|
||||
<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>
|
||||
<refsection>
|
||||
<title>Attributes</title>
|
||||
|
@ -210,7 +210,7 @@
|
||||
name CDATA #REQUIRED
|
||||
%boost.common.attrib;>
|
||||
|
||||
<!ELEMENT enumvalue (default?)>
|
||||
<!ELEMENT enumvalue (default?, purpose?, description?)>
|
||||
<!ATTLIST enumvalue
|
||||
name CDATA #REQUIRED
|
||||
%boost.common.attrib;>
|
||||
|
Loading…
x
Reference in New Issue
Block a user