Boost logo

Boost-Commit :

From: fmhess_at_[hidden]
Date: 2007-12-20 11:17:00


Author: fmhess
Date: 2007-12-20 11:16:59 EST (Thu, 20 Dec 2007)
New Revision: 42205
URL: http://svn.boost.org/trac/boost/changeset/42205

Log:
Updated the boostbook.dtd and reference docs
for "enumvalue" elements to indicate they can have "purpose"
and "description" children.

Text files modified:
   sandbox/boost_docs/trunk/tools/boostbook/doc/reference.dtdxml | 2 ++
   sandbox/boost_docs/trunk/tools/boostbook/doc/reference.xml | 2 +-
   sandbox/boost_docs/trunk/tools/boostbook/dtd/boostbook.dtd | 2 +-
   3 files changed, 4 insertions(+), 2 deletions(-)

Modified: sandbox/boost_docs/trunk/tools/boostbook/doc/reference.dtdxml
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/doc/reference.dtdxml (original)
+++ sandbox/boost_docs/trunk/tools/boostbook/doc/reference.dtdxml 2007-12-20 11:16:59 EST (Thu, 20 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: sandbox/boost_docs/trunk/tools/boostbook/doc/reference.xml
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/doc/reference.xml (original)
+++ sandbox/boost_docs/trunk/tools/boostbook/doc/reference.xml 2007-12-20 11:16:59 EST (Thu, 20 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: sandbox/boost_docs/trunk/tools/boostbook/dtd/boostbook.dtd
==============================================================================
--- sandbox/boost_docs/trunk/tools/boostbook/dtd/boostbook.dtd (original)
+++ sandbox/boost_docs/trunk/tools/boostbook/dtd/boostbook.dtd 2007-12-20 11:16:59 EST (Thu, 20 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