We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c5a81 commit 6cd43efCopy full SHA for 6cd43ef
doc/Jamfile.v2
@@ -1,6 +1,6 @@
1
# Boost.Move library documentation Jamfile
2
#
3
-# Copyright Ion Gaztanaga 2009.
+# Copyright Ion Gaztanaga 2009.
4
# Distributed under the Boost Software License, Version 1.0.
5
# (See accompanying file LICENSE_1_0.txt or copy at
6
# http://www.boost.org/LICENSE_1_0.txt)
@@ -13,8 +13,8 @@ import quickbook ;
13
14
doxygen autodoc
15
:
16
- [ glob ../../../boost/move/*.hpp ]
17
- [ glob ../../../boost/move/algo/*.hpp ]
+ [ glob ../include/boost/move/*.hpp ]
+ [ glob ../include/boost/move/algo/*.hpp ]
18
19
<doxygen:param>HIDE_UNDOC_MEMBERS=YES
20
0 commit comments