|
Boost-Commit : |
From: fmhess_at_[hidden]
Date: 2007-12-31 10:53:07
Author: fmhess
Date: 2007-12-31 10:53:06 EST (Mon, 31 Dec 2007)
New Revision: 42389
URL: http://svn.boost.org/trac/boost/changeset/42389
Log:
Updated the boostbook.dtd and reference docs
for "enumvalue" elements to indicate they can have "purpose"
and "description" children.
Text files modified:
trunk/tools/boostbook/doc/reference.dtdxml | 2 ++
trunk/tools/boostbook/doc/reference.xml | 2 +-
trunk/tools/boostbook/dtd/boostbook.dtd | 2 +-
3 files changed, 4 insertions(+), 2 deletions(-)
Modified: trunk/tools/boostbook/doc/reference.dtdxml
==============================================================================
--- trunk/tools/boostbook/doc/reference.dtdxml (original)
+++ trunk/tools/boostbook/doc/reference.dtdxml 2007-12-31 10:53:06 EST (Mon, 31 Dec 2007)
@@ -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>
Modified: trunk/tools/boostbook/doc/reference.xml
==============================================================================
--- trunk/tools/boostbook/doc/reference.xml (original)
+++ trunk/tools/boostbook/doc/reference.xml 2007-12-31 10:53:06 EST (Mon, 31 Dec 2007)
@@ -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>
Modified: trunk/tools/boostbook/dtd/boostbook.dtd
==============================================================================
--- trunk/tools/boostbook/dtd/boostbook.dtd (original)
+++ trunk/tools/boostbook/dtd/boostbook.dtd 2007-12-31 10:53:06 EST (Mon, 31 Dec 2007)
@@ -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;>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk