Skip to content

Commit b87b34c

Browse files
grafikrobottzlaine
authored andcommitted
Adjust doc build to avoid boost-root references.
1 parent c23c56d commit b87b34c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Jamfile.v2

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ rule run_doxygen ( files * : name : expand ? )
3939

4040
}
4141

42-
run_doxygen [ glob $(here)/../../../boost/stl_interfaces/*.hpp ] : "Headers" ;
42+
run_doxygen [ glob $(here)/../include/boost/stl_interfaces/*.hpp ] : "Headers" ;
4343

4444
install images_standalone : [ glob *.png ] : <location>html/stl_interfaces/img ;
4545
explicit images_standalone ;

0 commit comments

Comments
 (0)