From 5c2c9194dd8b9de884d8a793b576426c074467b1 Mon Sep 17 00:00:00 2001 From: Douglas Gregor Date: Mon, 22 Sep 2003 02:18:35 +0000 Subject: [PATCH] Added boost to get the tribool header in the right place (since Doxygen eats the whole prefix, even when you tell it not to!) [SVN r1587] --- doc/Jamfile.v2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/Jamfile.v2 b/doc/Jamfile.v2 index 78bc258..354831c 100644 --- a/doc/Jamfile.v2 +++ b/doc/Jamfile.v2 @@ -2,5 +2,5 @@ project boost-sandbox/utility/doc ; import boostbook ; import doxygen ; -doxygen reference : ../../../boost/tribool.hpp ; +doxygen reference : ../../../boost/tribool.hpp : boost ; boostbook tribool : tribool.boostbook ;