Salome HOME
Correction of the bug in the documentation. Now path names in the file list are relative.
authormpa <mpa@opencascade.com>
Thu, 3 Dec 2015 07:24:17 +0000 (10:24 +0300)
committermpa <mpa@opencascade.com>
Thu, 3 Dec 2015 07:24:17 +0000 (10:24 +0300)
Misc/Doxyfile
doc/Doxyfile.in

index 98cf86ade5a20ca172d8ab1b8934dfb951a681a5..27b5d8eb0de8e4592d3fdcd53e6d467a3fa08780 100644 (file)
@@ -133,7 +133,7 @@ FULL_PATH_NAMES        = YES
 # If left blank the directory from which doxygen is run is used as the 
 # path to strip.
 
-STRIP_FROM_PATH        = 
+STRIP_FROM_PATH        = @PROJECT_SOURCE_DIR@ @PROJECT_BINARY_DIR@
 
 # 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 
index 4047c7113dbcbf1bd7dd831004a265647883a3ce..453e531b18f1b65c8a4cec266690f89f94c49cf8 100644 (file)
@@ -44,7 +44,7 @@ ABBREVIATE_BRIEF       = "The $name class" \
 ALWAYS_DETAILED_SEC    = NO
 INLINE_INHERITED_MEMB  = NO
 FULL_PATH_NAMES        = YES
-STRIP_FROM_PATH        = 
+STRIP_FROM_PATH        = @PROJECT_SOURCE_DIR@ @PROJECT_BINARY_DIR@
 STRIP_FROM_INC_PATH    = 
 SHORT_NAMES            = NO
 JAVADOC_AUTOBRIEF      = NO