diff options
| author | Andrew M. B. Boktor <[email protected]> | 2012-01-13 11:58:46 -0800 |
|---|---|---|
| committer | Andrew Boktor <[email protected]> | 2014-08-14 13:19:02 -0700 |
| commit | 7e74646aa63fff716f16c3083373d098923b767e (patch) | |
| tree | 6ad90c9ec4543105bff11f7e981b9cc3b915bf82 /doc/doxygen | |
| parent | 109ce04bac832fa51217750ec9b48aaa7641bc4e (diff) | |
Updated version that documents everything even if they don't have related comments
[git-p4: depot-paths = "//depot/gpgpu_sim_research/fermi/distribution/": change = 11333]
Diffstat (limited to 'doc/doxygen')
| -rw-r--r-- | doc/doxygen/gpgpu-sim.doxygen | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/doxygen/gpgpu-sim.doxygen b/doc/doxygen/gpgpu-sim.doxygen index 00ed21b..454f57e 100644 --- a/doc/doxygen/gpgpu-sim.doxygen +++ b/doc/doxygen/gpgpu-sim.doxygen @@ -177,7 +177,7 @@ SEPARATE_MEMBER_PAGES = YES # 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. -TAB_SIZE = 8 +TAB_SIZE = 4 # This tag can be used to specify a number of aliases that acts # as commands in the documentation. An alias has the form "name=value". @@ -300,7 +300,7 @@ EXTRACT_LOCAL_CLASSES = YES # the interface are included in the documentation. # If set to NO (the default) only methods in the interface are included. -EXTRACT_LOCAL_METHODS = NO +EXTRACT_LOCAL_METHODS = YES # If this flag is set to YES, the members of anonymous namespaces will be # extracted and appear in the documentation as a namespace called @@ -308,7 +308,7 @@ EXTRACT_LOCAL_METHODS = NO # name of the file that contains the anonymous namespace. By default # anonymous namespace are hidden. -EXTRACT_ANON_NSPACES = NO +EXTRACT_ANON_NSPACES = YES # If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all # undocumented members of documented classes, files or namespaces. @@ -1244,7 +1244,7 @@ MSCGEN_PATH = # inheritance and usage relations if the target is undocumented # or is not a class. -HIDE_UNDOC_RELATIONS = YES +HIDE_UNDOC_RELATIONS = NO # If you set the HAVE_DOT tag to YES then doxygen will assume the dot tool is # available from the path. This tool is part of Graphviz, a graph visualization |
