[librsvgmm] Strip project root from filenames in documentation



commit ac017bf0e68ebbfc37a8fc9e354f959794121428
Author: Daniel Elstner <daniel kitta gmail com>
Date:   Thu Aug 20 19:46:36 2009 +0200

    Strip project root from filenames in documentation
    
    * doc/reference/Doxyfile.in (STRIP_FROM_PATH), (STRIP_FROM_INC_PATH):
    Add the project's top build directory and top source directory to the
    list of prefixes to strip from filenames, just in case some odd file
    is being referenced from somewhere.

 doc/reference/Doxyfile.in |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)
---
diff --git a/doc/reference/Doxyfile.in b/doc/reference/Doxyfile.in
index cbbb8d5..4407b34 100644
--- a/doc/reference/Doxyfile.in
+++ b/doc/reference/Doxyfile.in
@@ -18,8 +18,12 @@ INLINE_INHERITED_MEMB  = NO
 FULL_PATH_NAMES        = YES
 STRIP_FROM_PATH        = "@abs_top_builddir@/librsvg/" \
                          "@abs_top_srcdir@/librsvg/" \
+                         "@abs_top_builddir@/" \
+                         "@abs_top_srcdir@/"
 STRIP_FROM_INC_PATH    = "@abs_top_builddir@/librsvg/" \
-                         "@abs_top_srcdir@/librsvg/"
+                         "@abs_top_srcdir@/librsvg/" \
+                         "@abs_top_builddir@/" \
+                         "@abs_top_srcdir@/"
 SHORT_NAMES            = NO
 JAVADOC_AUTOBRIEF      = YES
 QT_AUTOBRIEF           = NO



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]