From 04fc0b986f157fd004ccc03931d5a7770817ea13 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Mon, 9 Aug 2004 13:40:09 +0000 Subject: [PATCH] * doc/Doxyfile.in (STRIP_FROM_INC_PATH): Define, so that the `#include' references are correct. --- ChangeLog | 3 +++ doc/Doxyfile.in | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f3ab14cc2..ce1c6be74 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2004-08-09 Alexandre Duret-Lutz + * doc/Doxyfile.in (STRIP_FROM_INC_PATH): Define, so that the + `#include' references are correct. + * README: Update. * m4/gccoptim.m4: Compute optimization flags for CXX too. diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 7718abe2e..10461e5ca 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -124,7 +124,8 @@ STRIP_FROM_PATH = @top_srcdir@/src/ \ # definition is used. Otherwise one should specify the include paths that # are normally passed to the compiler using the -I flag. -STRIP_FROM_INC_PATH = +STRIP_FROM_INC_PATH = @top_srcdir@/src/ \ + @top_srcdir@/iface/ # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter # (but less readable) file names. This can be useful is your file systems