Adjust doc build to avoid boost-root references.

This commit is contained in:
Rene Rivera
2024-07-28 11:07:54 -05:00
parent 36c5a8185b
commit 6cd43ef456

View File

@ -1,6 +1,6 @@
# Boost.Move library documentation Jamfile # Boost.Move library documentation Jamfile
# #
# Copyright Ion Gaztanaga 2009. # Copyright Ion Gaztanaga 2009.
# Distributed under the Boost Software License, Version 1.0. # Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at # (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt) # http://www.boost.org/LICENSE_1_0.txt)
@ -13,8 +13,8 @@ import quickbook ;
doxygen autodoc doxygen autodoc
: :
[ glob ../../../boost/move/*.hpp ] [ glob ../include/boost/move/*.hpp ]
[ glob ../../../boost/move/algo/*.hpp ] [ glob ../include/boost/move/algo/*.hpp ]
: :
<doxygen:param>HIDE_UNDOC_MEMBERS=YES <doxygen:param>HIDE_UNDOC_MEMBERS=YES
<doxygen:param>HIDE_UNDOC_MEMBERS=YES <doxygen:param>HIDE_UNDOC_MEMBERS=YES