Update of /cvsroot/boost/boost/libs/date_time/xmldoc
In directory
sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv27258/libs/date_time/xmldoc
Modified Files:
doxy.xml Jamfile.v2
Log Message:
Put in the build support for using the doxproc, Python based, Doxygen to
BoostBook translator.
Index: doxy.xml
===================================================================
RCS file: /cvsroot/boost/boost/libs/date_time/xmldoc/doxy.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- doxy.xml 2 Feb 2005 03:05:33 -0000 1.6
+++ doxy.xml 17 Apr 2007 04:44:58 -0000 1.7
@@ -14,9 +14,9 @@
The following is a detailed reference of the date_time library. A click on
any of the reference links will take you to a list of the header files found in
that section. Following one of those links will take you to a list of the items
declared in that header file. Further sublinks take you to detailed
descriptions of each individual item.
</para>
- <xi:include href="date_time_autodoc.boostbook"/>
- <xi:include href="gregorian_autodoc.boostbook"/>
- <xi:include href="posix_time_autodoc.boostbook"/>
- <xi:include href="local_time_autodoc.boostbook"/>
+ <xi:include href="date_time_autodoc.xml"/>
+ <xi:include href="gregorian_autodoc.xml"/>
+ <xi:include href="posix_time_autodoc.xml"/>
+ <xi:include href="local_time_autodoc.xml"/>
</section>
Index: Jamfile.v2
===================================================================
RCS file: /cvsroot/boost/boost/libs/date_time/xmldoc/Jamfile.v2,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- Jamfile.v2 20 Jul 2006 15:48:18 -0000 1.8
+++ Jamfile.v2 17 Apr 2007 04:44:58 -0000 1.9
@@ -39,24 +39,32 @@
$(date_time_files) :
<doxygen:param>ENABLE_PREPROCESSING=NO
<xsl:param>"boost.doxygen.reftitle=\"Date Time Reference\""
+ <doxygen.doxproc.title>"Date Time Reference"
+ <doxygen.doxproc.id>"date_time_reference"
;
doxygen gregorian_autodoc :
$(gregorian_files) :
<doxygen:param>ENABLE_PREPROCESSING=NO
<xsl:param>"boost.doxygen.reftitle=\"Gregorian Reference\""
+ <doxygen.doxproc.title>"Gregorian Reference"
+ <doxygen.doxproc.id>"gregorian_reference"
;
doxygen posix_time_autodoc :
[ glob ../../../boost/date_time/posix_time/*.hpp ] :
<doxygen:param>ENABLE_PREPROCESSING=NO
<xsl:param>"boost.doxygen.reftitle=\"Posix Time Reference\""
+ <doxygen.doxproc.title>"Posix Time Reference"
+ <doxygen.doxproc.id>"posix_time_reference"
;
doxygen local_time_autodoc :
[ glob ../../../boost/date_time/local_time/*.hpp ] :
<doxygen:param>ENABLE_PREPROCESSING=NO
<xsl:param>"boost.doxygen.reftitle=\"Local Time Reference\""
+ <doxygen.doxproc.title>"Local Time Reference"
+ <doxygen.doxproc.id>"local_time_reference"
;
-------------------------------------------------------------------------
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