Skip to content

Commit 6cd43ef

Browse files
committed
Adjust doc build to avoid boost-root references.
1 parent 36c5a81 commit 6cd43ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/Jamfile.v2

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Boost.Move library documentation Jamfile
22
#
3-
# Copyright Ion Gaztanaga 2009.
3+
# Copyright Ion Gaztanaga 2009.
44
# Distributed under the Boost Software License, Version 1.0.
55
# (See accompanying file LICENSE_1_0.txt or copy at
66
# http://www.boost.org/LICENSE_1_0.txt)
@@ -13,8 +13,8 @@ import quickbook ;
1313

1414
doxygen autodoc
1515
:
16-
[ glob ../../../boost/move/*.hpp ]
17-
[ glob ../../../boost/move/algo/*.hpp ]
16+
[ glob ../include/boost/move/*.hpp ]
17+
[ glob ../include/boost/move/algo/*.hpp ]
1818
:
1919
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
2020
<doxygen:param>HIDE_UNDOC_MEMBERS=YES

0 commit comments

Comments
 (0)