From 15785496d84a77b6e6fd045a1d4570bf2f248891 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Thu, 12 Aug 2004 14:25:49 +0000 Subject: [PATCH] * doc/Doxyfile.in (STRIP_FROM_PATH): Strip @srcdir@ so its does not appear when listing mainpage.dox. --- ChangeLog | 5 +++++ doc/Doxyfile.in | 3 ++- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 94cf1f596..ea99a9cc2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-08-12 Alexandre Duret-Lutz + + * doc/Doxyfile.in (STRIP_FROM_PATH): Strip @srcdir@ so its + does not appear when listing mainpage.dox. + 2004-08-11 Alexandre Duret-Lutz * src/tgbaalgos/ltl2tgba_fm.hh, src/tgbaalgos/ltl2tgba_lacim.hh: diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 10461e5ca..8bc742011 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -115,7 +115,8 @@ FULL_PATH_NAMES = YES # path to strip. STRIP_FROM_PATH = @top_srcdir@/src/ \ - @top_srcdir@/iface/ + @top_srcdir@/iface/ \ + @srcdir@ # The STRIP_FROM_INC_PATH tag can be used to strip a user-defined part of # the path mentioned in the documentation of a class, which tells