Skip to content

Commit

Permalink
Adjust doc build to avoid boost-root references.
Browse files Browse the repository at this point in the history
  • Loading branch information
grafikrobot committed Jul 28, 2024
1 parent 36c5a81 commit 6cd43ef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/Jamfile.v2
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Boost.Move library documentation Jamfile
#
# Copyright Ion Gaztanaga 2009.
# Copyright Ion Gaztanaga 2009.
# Distributed under the Boost Software License, Version 1.0.
# (See accompanying file LICENSE_1_0.txt or copy at
# http://www.boost.org/LICENSE_1_0.txt)
Expand All @@ -13,8 +13,8 @@ import quickbook ;

doxygen autodoc
:
[ glob ../../../boost/move/*.hpp ]
[ glob ../../../boost/move/algo/*.hpp ]
[ glob ../include/boost/move/*.hpp ]
[ glob ../include/boost/move/algo/*.hpp ]
:
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
Expand Down

0 comments on commit 6cd43ef

Please sign in to comment.