From 9045660e6c310c2a8b50c3cdb83c2c8cde8406bf Mon Sep 17 00:00:00 2001 From: Inderpreet Singh Date: Fri, 13 Jan 2012 15:56:33 -0800 Subject: Fixes to doxygen configuration for supporting DoxygenPlugin in trac [git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11334] --- doc/doxygen/Makefile | 2 +- doc/doxygen/gpgpu-sim.doxygen | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') 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. -- cgit v1.3