Skip to content

Commit a273260

Browse files
committed
Adjust doc build to avoid boost-root references.
1 parent d8ba580 commit a273260

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Jamfile.v2

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import doxygen ;
99

1010
doxygen autodoc
1111
:
12-
[ glob ../../../boost/stacktrace.hpp ]
13-
[ glob ../../../boost/stacktrace/*.hpp ]
14-
[ glob ../../../boost/stacktrace/detail/frame_decl.hpp ]
12+
[ glob ../include/boost/stacktrace.hpp ]
13+
[ glob ../include/boost/stacktrace/*.hpp ]
14+
[ glob ../include/boost/stacktrace/detail/frame_decl.hpp ]
1515
:
1616
<doxygen:param>EXTRACT_ALL=NO
1717
<doxygen:param>HIDE_UNDOC_MEMBERS=YES

0 commit comments

Comments
 (0)