From 2d688b656b70c12ccf119c5a1796f85ebc2fdf2b Mon Sep 17 00:00:00 2001 From: tho <tho@wiback.org> Date: Fri, 1 Feb 2008 15:55:21 +0000 Subject: [PATCH] show relative include path --- doclib/Doxyfile.global | 1 + 1 file changed, 1 insertion(+) diff --git a/doclib/Doxyfile.global b/doclib/Doxyfile.global index 374d2598f..f188e6453 100644 --- a/doclib/Doxyfile.global +++ b/doclib/Doxyfile.global @@ -4,6 +4,7 @@ FILE_PATTERNS = *.c *.cc *.cci *.ct *.cti *.h *.hh *.ih *.mpp *.dox EXCLUDE_PATTERNS = *.test.cc *.test.hh .* *~ "#*#" IMAGE_PATH = . INPUT_FILTER = "$(TOPDIR)/doclib/filter.pl" +STRIP_FROM_INC_PATH = $(TOPDIR) ALIASES = "fixme=\xrefitem fixme \"Fix\" \"Fixmes\"" \ "idea=\xrefitem idea \"Idea\" \"Ideas\"" \ -- GitLab