$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: fmhess_at_[hidden]
Date: 2007-10-13 22:14:50
Author: fmhess
Date: 2007-10-13 22:14:49 EDT (Sat, 13 Oct 2007)
New Revision: 39996
URL: http://svn.boost.org/trac/boost/changeset/39996
Log:
Removed free functions as allowable children of
<access> elements.
Text files modified: 
   sandbox/boost_docs/trunk/tools/boostbook/dtd/boostbook.dtd |    10 ++++++----                              
   1 files changed, 6 insertions(+), 4 deletions(-)
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-10-13 22:14:49 EDT (Sat, 13 Oct 2007)
@@ -51,13 +51,15 @@
 <!ENTITY % boost.template.mix
         "template-type-parameter|template-nontype-parameter|template-varargs">
 
-<!ENTITY % boost.class.mix
+<!ENTITY % boost.class.members
         "static-constant|typedef|enum|
          copy-assignment|constructor|destructor|method-group|
-         free-function-group|function|method|overloaded-function|
-         overloaded-method|data-member|class|class-specialization|struct|
+         method|overloaded-method|data-member|class|class-specialization|struct|
          struct-specialization|union|union-specialization">
 
+<!ENTITY % boost.class.mix
+        "%boost.class.members;|free-function-group|function|overloaded-function">
+
 <!ENTITY % boost.class.content
              "template?, inherit*, purpose?, description?,
               (%boost.class.mix;|access)*">
@@ -153,7 +155,7 @@
     name  CDATA  #REQUIRED
     %boost.common.attrib;>
 
-<!ELEMENT access (%boost.class.mix;)+>
+<!ELEMENT access (%boost.class.members;)+>
 <!ATTLIST access
     name CDATA #REQUIRED
     %boost.common.attrib;>