summaryrefslogtreecommitdiff
path: root/doc/doxygen
diff options
context:
space:
mode:
authorInderpreet Singh <[email protected]>2012-01-13 15:56:33 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:19:02 -0700
commit9045660e6c310c2a8b50c3cdb83c2c8cde8406bf (patch)
treee2c8cd7f6f8688997dfb120cc36aae01ae7cfe2d /doc/doxygen
parent7e74646aa63fff716f16c3083373d098923b767e (diff)
Fixes to doxygen configuration for supporting DoxygenPlugin in trac
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11334]
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.