summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew M. B. Boktor <[email protected]>2012-05-15 09:10:40 -0800
committerAndrew Boktor <[email protected]>2014-08-14 13:47:30 -0700
commitdb3926e28a265158bd5f1e59c927457529fd511c (patch)
tree0dc662b4646c7a43cd4e08c136e88a6d6c32c4ea
parente8b71b52f57ef39f67ac14ac24e1d1b40addbb4a (diff)
Adding cuobjdump_to_ptxplus to doxygen
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 12563]
-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