summaryrefslogtreecommitdiff
path: root/doc/doxygen
diff options
context:
space:
mode:
Diffstat (limited to 'doc/doxygen')
-rw-r--r--doc/doxygen/Makefile2
-rw-r--r--doc/doxygen/gpgpu-sim.doxygen4
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/doxygen/Makefile b/doc/doxygen/Makefile
index c87bb93..278ca53 100644
--- a/doc/doxygen/Makefile
+++ b/doc/doxygen/Makefile
@@ -1,7 +1,7 @@
all: docs
docs:
- doxygen gpgpu-sim.doxygen
+ DOXYGEN_STRIP_PATH=`readlink -f ../../..` doxygen gpgpu-sim.doxygen
clean:
rm -rf latex html
diff --git a/doc/doxygen/gpgpu-sim.doxygen b/doc/doxygen/gpgpu-sim.doxygen
index 454f57e..2a1c721 100644
--- a/doc/doxygen/gpgpu-sim.doxygen
+++ b/doc/doxygen/gpgpu-sim.doxygen
@@ -114,7 +114,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 = $(DOXYGEN_STRIP_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
@@ -172,7 +172,7 @@ INHERIT_DOCS = YES
# a new page for each member. If set to NO, the documentation of a member will
# be part of the file/class/namespace that contains it.
-SEPARATE_MEMBER_PAGES = YES
+SEPARATE_MEMBER_PAGES = NO
# The TAB_SIZE tag can be used to set the number of spaces in a tab.
# Doxygen uses this value to replace tabs by spaces in code fragments.