summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/doxygen/gpgpu-sim.doxygen5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/doxygen/gpgpu-sim.doxygen b/doc/doxygen/gpgpu-sim.doxygen
index 985bf8a..1ac527b 100644
--- a/doc/doxygen/gpgpu-sim.doxygen
+++ b/doc/doxygen/gpgpu-sim.doxygen
@@ -25,7 +25,7 @@ DOXYFILE_ENCODING = UTF-8
# The PROJECT_NAME tag is a single word (or a sequence of words surrounded
# by quotes) that should identify the project.
-PROJECT_NAME = gpgpu-sim
+PROJECT_NAME = GPGPU-Sim
# The PROJECT_NUMBER tag can be used to enter a project or revision number.
# This could be handy for archiving the generated documentation or
@@ -600,7 +600,8 @@ WARN_LOGFILE =
INPUT = ../../src/ \
../../libcuda/ \
- ../../libopencl/
+ ../../libopencl/ \
+ ../../cuobjdump_to_ptxplus/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is