]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
doxy: show rel paths, hide external deps
authordberzano <dario.berzano@cern.ch>
Wed, 3 Dec 2014 13:22:54 +0000 (14:22 +0100)
committerdberzano <dario.berzano@cern.ch>
Fri, 9 Jan 2015 15:01:04 +0000 (16:01 +0100)
doxygen/Doxyfile.in

index 4efc7b659afef91e8d31620ed96cecf6de2d8b4f..6755e2a03cdb811ca5516b15c1f00da095dfd96b 100644 (file)
@@ -152,7 +152,7 @@ FULL_PATH_NAMES        = YES
 # will be relative from the directory where doxygen is started.
 # This tag requires that the tag FULL_PATH_NAMES is set to YES.
 
-STRIP_FROM_PATH        =
+STRIP_FROM_PATH        = @CMAKE_SOURCE_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 the reader which
@@ -2059,7 +2059,7 @@ DIA_PATH               =
 # and usage relations if the target is undocumented or is not a class.
 # The default value is: YES.
 
-HIDE_UNDOC_RELATIONS   = NO
+HIDE_UNDOC_RELATIONS   = YES
 
 # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is
 # available from the path. This tool is part of Graphviz (see: