We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5fce8a commit 0cbac86Copy full SHA for 0cbac86
doc/Jamfile.v2
@@ -2,15 +2,15 @@
2
import toolset ;
3
toolset.using doxygen ;
4
5
-boostbook program_option
6
- : program_options.xml
7
- : <implicit-dependency>autodoc
+boostbook program_option
+ : program_options.xml
+ : <implicit-dependency>autodoc
8
<xsl:param>boost.root=../../../..
9
<format>pdf:<xsl:param>boost.url.prefix=http://www.boost.org/doc/libs/release/doc/html
10
;
11
12
-doxygen autodoc
13
- : [ glob ../../../boost/program_options/*.hpp ] ;
+doxygen autodoc
+ : [ glob ../include/boost/program_options/*.hpp ] ;
14
15
###############################################################################
16
alias boostdoc
0 commit comments