mirror of
https://github.com/boostorg/move.git
synced 2025-07-30 12:27:14 +02:00
Adjust doc build to avoid boost-root references.
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user