diff options
author | Trần Ngọc Quân <vnwildman@gmail.com> | 2014-09-28 15:33:19 +0700 |
---|---|---|
committer | Trần Ngọc Quân <vnwildman@gmail.com> | 2014-09-28 15:33:19 +0700 |
commit | e359fe101e1a66277b340563c96e868451d9d4b5 (patch) | |
tree | 4e9b9c95f83f7f4f1cd10ad360d7a2baf00b00cd /doc/Doxyfile.in | |
parent | 48fd4181ad0261d5f3e8894dcbfccfaea1530645 (diff) |
Set STRIP_FROM_PATH for doxygen
Signed-off-by: Trần Ngọc Quân <vnwildman@gmail.com>
Diffstat (limited to 'doc/Doxyfile.in')
-rw-r--r-- | doc/Doxyfile.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in index 98eecdbd2..ab3fc0a7c 100644 --- a/doc/Doxyfile.in +++ b/doc/Doxyfile.in @@ -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 = @top_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 the reader which @@ -161,7 +161,7 @@ STRIP_FROM_PATH = # specify the list of include paths that are normally passed to the compiler # using the -I flag. -STRIP_FROM_INC_PATH = +STRIP_FROM_INC_PATH = @top_srcdir@ # If the SHORT_NAMES tag is set to YES, doxygen will generate much shorter (but # less readable) file names. This can be useful is your file systems doesn't |