diff options
Diffstat (limited to 'external/NvFoundation/1.1/doc/docs.doxyfile')
| -rw-r--r-- | external/NvFoundation/1.1/doc/docs.doxyfile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/external/NvFoundation/1.1/doc/docs.doxyfile b/external/NvFoundation/1.1/doc/docs.doxyfile new file mode 100644 index 0000000..445d331 --- /dev/null +++ b/external/NvFoundation/1.1/doc/docs.doxyfile @@ -0,0 +1,10 @@ +# Doxyfile 1.5.8 + +PROJECT_NAME = "NVIDIA(R) NvFoundation Reference" +ENABLED_SECTIONS = PHYSICS_SDK_PAGES +WARN_LOGFILE = NvFoundation.err +INPUT = ../Include/ +GENERATE_HTMLHELP = YES +HTML_OUTPUT = html/ +CHM_FILE = ../NvFoundation.chm +TOC_EXPAND = YES |