Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r85582 - trunk/libs/sync/doc
From: andrey.semashev_at_[hidden]
Date: 2013-09-05 16:06:52


Author: andysem
Date: 2013-09-05 16:06:52 EDT (Thu, 05 Sep 2013)
New Revision: 85582
URL: http://svn.boost.org/trac/boost/changeset/85582

Log:
Fixed docs build.

Text files modified:
   trunk/libs/sync/doc/Jamfile.v2 | 20 ++++++++++----------
   trunk/libs/sync/doc/sync.qbk | 8 +++-----
   2 files changed, 13 insertions(+), 15 deletions(-)

Modified: trunk/libs/sync/doc/Jamfile.v2
==============================================================================
--- trunk/libs/sync/doc/Jamfile.v2 Thu Sep 5 15:56:47 2013 (r85581)
+++ trunk/libs/sync/doc/Jamfile.v2 2013-09-05 16:06:52 EDT (Thu, 05 Sep 2013) (r85582)
@@ -59,7 +59,7 @@
                         BOOST_APPEND_EXPLICIT_TEMPLATE_TYPE(x)= \\
                         BOOST_DEFAULTED_FUNCTION(x,y)=\"x = default;\" \\
                         BOOST_DELETED_FUNCTION(x)=\"x = delete;\" \\
- BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\""
+ BOOST_EXPLICIT_OPERATOR_BOOL()=\"explicit operator bool() const;\" "
         <xsl:param>boost.doxygen.detailns=detail
 # <xsl:param>boost.doxygen.detail=implementation_
     ;
@@ -117,15 +117,15 @@
 
 notfile locks_refs : @gen-references : locks_reference.xml ;
 
-doxygen support_reference
- :
- $(support_includes)
- :
- $(doxygen_params)
- <xsl:param>"boost.doxygen.reftitle=Other libraries support layer"
- ;
+# doxygen support_reference
+# :
+# $(support_includes)
+# :
+# $(doxygen_params)
+# <xsl:param>"boost.doxygen.reftitle=Other libraries support layer"
+# ;
 
-notfile support_refs : @gen-references : support_reference.xml ;
+#notfile support_refs : @gen-references : support_reference.xml ;
 
 
 xml sync_doc
@@ -134,7 +134,7 @@
     :
         <dependency>top_level_refs
         <dependency>locks_refs
- <dependency>support_refs
+# <dependency>support_refs
     ;
 
 boostbook sync

Modified: trunk/libs/sync/doc/sync.qbk
==============================================================================
--- trunk/libs/sync/doc/sync.qbk Thu Sep 5 15:56:47 2013 (r85581)
+++ trunk/libs/sync/doc/sync.qbk 2013-09-05 16:06:52 EDT (Thu, 05 Sep 2013) (r85582)
@@ -2,9 +2,7 @@
     [quickbook 1.5]
     [version v1]
     [authors [Botet Escriba, Vicente J.], [Semashev, Andrey], [Blechmann, Tim]]
- [copyright 2013 Vicente J. Botet Escriba]
- [copyright 2013 Andrey Semashev]
- [copyright 2013 Tim Blechmann]
+ [copyright 2013 Vicente J. Botet Escriba, Andrey Semashev, Tim Blechmann]
     [license
         Distributed under the Boost Software License, Version 1.0.
         (See accompanying file LICENSE_1_0.txt or copy at
@@ -41,7 +39,7 @@
 [/ Auto-generated macros that refer to Reference sections /]
 [include top_level_reference.qbk]
 [include locks_reference.qbk]
-[include support_reference.qbk]
+[/ [include support_reference.qbk] /]
 
 
 [section:installation Installation and compatibility]
@@ -79,7 +77,7 @@
 
 [xinclude top_level_reference.xml]
 [xinclude locks_reference.xml]
-[xinclude support_reference.xml]
+[/ [xinclude support_reference.xml] /]
 
 [endsect]
 


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