Skip to content

Commit abbb5c1

Browse files
committed
Add, and update, documentation build targets.
1 parent fae2d4c commit abbb5c1

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

doc/Jamfile.v2

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,14 @@ boostbook program_option
1010
;
1111

1212
doxygen autodoc
13-
: [ glob ../../../boost/program_options/*.hpp ] ;
13+
: [ glob ../../../boost/program_options/*.hpp ] ;
14+
15+
###############################################################################
16+
alias boostdoc
17+
: program_options.xml
18+
:
19+
: <dependency>autodoc
20+
: ;
21+
explicit boostdoc ;
22+
alias boostrelease ;
23+
explicit boostrelease ;

0 commit comments

Comments
 (0)