Update of /cvsroot/boost/boost/libs/mpi/doc
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27258/libs/mpi/doc

Modified Files:
        Jamfile.v2 mpi.qbk 
Log Message:
Put in the build support for using the doxproc, Python based, Doxygen to 
BoostBook translator.

Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/mpi/doc/Jamfile.v2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- Jamfile.v2  17 Jan 2007 02:48:49 -0000      1.1
+++ Jamfile.v2  17 Apr 2007 04:44:58 -0000      1.2
@@ -8,7 +8,8 @@
 using doxygen ;
 
 doxygen mpi_autodoc 
-  : ../../../boost/mpi.hpp
+  : [ glob
+    ../../../boost/mpi.hpp
     ../../../boost/mpi/allocator.hpp
     ../../../boost/mpi/collectives.hpp
     ../../../boost/mpi/collectives_fwd.hpp
@@ -28,12 +29,15 @@
     ../../../boost/mpi/request.hpp
     ../../../boost/mpi/timer.hpp
     ../../../boost/mpi/python.hpp
+    ]
   : <doxygen:param>MACRO_EXPANSION=YES
-    <doxygen:param>MACRO_ONLY_PREDEF=YES
+    <doxygen:param>EXPAND_ONLY_PREDEF=YES
     <doxygen:param>"PREDEFINED=BOOST_MPI_HAS_MEMORY_ALLOCATION= 
BOOST_MPI_HAS_NOARG_INITIALIZATION= MPI_VERSION=2 BOOST_MPI_DOXYGEN="
   ;
 
-boostbook mpi : mpi.qbk mpi_autodoc 
+xml mpi : mpi.qbk ;
+
+boostbook standalone : mpi mpi_autodoc 
               # Uncomment this line when generating PDF output
               # <xsl:param>max-columns=66
               ;

Index: mpi.qbk
===================================================================
RCS file: /cvsroot/boost/boost/libs/mpi/doc/mpi.qbk,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- mpi.qbk     8 Feb 2007 19:52:13 -0000       1.2
+++ mpi.qbk     17 Apr 2007 04:44:58 -0000      1.3
@@ -1362,7 +1362,7 @@
 
 [endsect]
 
-[xinclude mpi_autodoc.boostbook]
+[xinclude mpi_autodoc.xml]
 
 [section:python Python Bindings]
 [python]


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to