Boost logo

Boost-Commit :

From: steven_at_[hidden]
Date: 2007-08-23 15:31:45


Author: steven_watanabe
Date: 2007-08-23 15:31:44 EDT (Thu, 23 Aug 2007)
New Revision: 38870
URL: http://svn.boost.org/trac/boost/changeset/38870

Log:
Rearrange reference
Text files modified:
   sandbox/units/libs/units/doc/Jamfile.v2 | 37 ++++++-------------------------------
   sandbox/units/libs/units/doc/units.qbk | 8 +-------
   2 files changed, 7 insertions(+), 38 deletions(-)

Modified: sandbox/units/libs/units/doc/Jamfile.v2
==============================================================================
--- sandbox/units/libs/units/doc/Jamfile.v2 (original)
+++ sandbox/units/libs/units/doc/Jamfile.v2 2007-08-23 15:31:44 EDT (Thu, 23 Aug 2007)
@@ -7,6 +7,8 @@
 # accompanying file LICENSE_1_0.txt or copy at
 # http://www.boost.org/LICENSE_1_0.txt
 
+import path ;
+
 using quickbook ;
 
 using doxygen ;
@@ -44,35 +46,11 @@
     "Units Reference"
   ;
 
-run_doxygen si_reference
- :
- ../../../boost/units/systems/si.hpp
- [ glob ../../../boost/units/systems/si/*.hpp ]
- [ glob ../../../boost/units/systems/si/codata/*.hpp ]
- :
- "SI Reference"
- ;
-
-run_doxygen cgs_reference
- :
- ../../../boost/units/systems/cgs.hpp
- [ glob ../../../boost/units/systems/cgs/*.hpp ]
- :
- "CGS Reference"
- ;
-
-run_doxygen trig_reference
- :
- ../../../boost/units/systems/trig.hpp
- :
- "Trig Reference"
- ;
-
-run_doxygen abstract_reference
+run_doxygen systems_reference
   :
- ../../../boost/units/systems/abstract.hpp
+ [ path.glob-tree ../../../boost/units/systems : *.hpp ]
   :
- "Abstract System Reference"
+ "Systems Reference"
   ;
 
 xml units
@@ -86,10 +64,7 @@
     units
   :
     <dependency>units_reference
- <dependency>si_reference
- <dependency>cgs_reference
- <dependency>trig_reference
- <dependency>abstract_reference
+ <dependency>systems_reference
     <xsl:param>toc.max.depth=1
     <xsl:param>toc.section.depth=8
     <xsl:param>chunk.section.depth=8

Modified: sandbox/units/libs/units/doc/units.qbk
==============================================================================
--- sandbox/units/libs/units/doc/units.qbk (original)
+++ sandbox/units/libs/units/doc/units.qbk 2007-08-23 15:31:44 EDT (Thu, 23 Aug 2007)
@@ -967,13 +967,7 @@
 
 [xinclude units_reference.xml]
 
-[xinclude si_reference.xml]
-
-[xinclude cgs_reference.xml]
-
-[xinclude trig_reference.xml]
-
-[xinclude abstract_reference.xml]
+[xinclude systems_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