We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c23c56d commit b87b34cCopy full SHA for b87b34c
doc/Jamfile.v2
@@ -39,7 +39,7 @@ rule run_doxygen ( files * : name : expand ? )
39
40
}
41
42
-run_doxygen [ glob $(here)/../../../boost/stl_interfaces/*.hpp ] : "Headers" ;
+run_doxygen [ glob $(here)/../include/boost/stl_interfaces/*.hpp ] : "Headers" ;
43
44
install images_standalone : [ glob *.png ] : <location>html/stl_interfaces/img ;
45
explicit images_standalone ;
0 commit comments