Eric Niebler wrote:
The documentation for Boost.Xpressive using QuickBook and Doxygen. It's
in boost CVS (HEAD) at libs/xpressive/doc.
I copied the jamfile into my libs/ntp/doc directory and changed it.
I've pasted it below. I've also added ntp.qbk. The generated
documentation includes the introduction section but not the tutoral
(it has a Tutorial section but no content). The doxygen-generated
references are to the xpressive library, which is what I was seeing
before with BoostBook.
Any ideas?
-Dave
--------------------------
ntp.qbk
[library Boost.NTP
[quickbook 1.3]
[version 1.0]
[authors [Greene, David]]
[copyright 2005 David Greene]
[category generic-programming]
[source-mode c++]
[id ntp]
[dirname ntp]
[purpose
Named template parameters to ease use of templates
]
[license
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
[EMAIL PROTECTED]://www.boost.org/LICENSE_1_0.txt])
]
[last-revision $Date: 2005/12/28 07:46:58 $]
]
[/ QuickBook Document version 1.3 ]
[include introduction.qbk]
[include tutorial.qbk]
[xinclude autodoc.boostbook]
--------------------------
Jamfile.v2
# Copyright David Greene 2005. Use, modification, and distribution are
# subject to the Boost Software License, Version 1.0. (See accompanying
# file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
import toolset ;
toolset.using doxygen ;
toolset.using quickbook ;
doxygen autodoc
:
[ glob ../../../boost/ntp/*.hpp ]
:
<doxygen:param>EXTRACT_ALL=YES
<doxygen:param>PREDEFINED=BOOST_NTP_DOXYGEN_INVOKED
<doxygen:param>PREDEFINED=BOOST_DEDUCED_TYPENAME=typename
<doxygen:param>HIDE_UNDOC_MEMBERS=NO
<doxygen:param>EXTRACT_PRIVATE=NO
<doxygen:param>ENABLE_PREPROCESSING=YES
<doxygen:param>MACRO_EXPANSION=YES
<doxygen:param>EXPAND_ONLY_PREDEF=YES
<doxygen:param>SEARCH_INCLUDES=YES
;
xml ntp
:
ntp.qbk
;
boostbook standalone
:
ntp
:
<xsl:param>toc.max.depth=3
<xsl:param>toc.section.depth=3
<xsl:param>chunk.section.depth=3
;
-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems? Stop! Download the new AJAX search engine that makes
searching your log files as easy as surfing the web. DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Boost-docs mailing list
[email protected]
Unsubscribe and other administrative requests:
https://lists.sourceforge.net/lists/listinfo/boost-docs