From 6cd43ef4560e0dde59c590bb8e336f598bef0570 Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Sun, 28 Jul 2024 11:07:54 -0500 Subject: [PATCH] Adjust doc build to avoid boost-root references. --- doc/Jamfile.v2 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index ba1d013..90df048 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -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) @@ -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 ] : HIDE_UNDOC_MEMBERS=YES HIDE_UNDOC_MEMBERS=YES