Enable file path stripping in Doxygen 97/44497/2
authorLukasz Kostyra <l.kostyra@samsung.com>
Wed, 22 Jul 2015 13:34:12 +0000 (15:34 +0200)
committerJan Olszak <j.olszak@samsung.com>
Thu, 23 Jul 2015 14:00:22 +0000 (07:00 -0700)
[Feature]       N/A
[Cause]         N/A
[Solution]      N/A
[Verification]  ./generate_documentation.sh, access file's doc and check page title

Change-Id: I9f05262a5ec73327492aad722b15393335fc46c1

doc/doxygen.cfg

index 40e7b49..3373847 100644 (file)
@@ -144,7 +144,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        = ../
 
 # 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