diff options
| author | Nathan Hoobler <[email protected]> | 2016-03-22 11:40:34 -0400 |
|---|---|---|
| committer | Nathan Hoobler <[email protected]> | 2016-03-22 11:40:34 -0400 |
| commit | b4ab266c9010aaff5404f6a508a2e592eb367d36 (patch) | |
| tree | 1e9eefa78e90485397b50ce5e780a1d0cb38b493 /external/NvFoundation/1.1/doc | |
| download | volumetriclighting-b4ab266c9010aaff5404f6a508a2e592eb367d36.tar.xz volumetriclighting-b4ab266c9010aaff5404f6a508a2e592eb367d36.zip | |
initial commit
Diffstat (limited to 'external/NvFoundation/1.1/doc')
| -rw-r--r-- | external/NvFoundation/1.1/doc/NvFoundation.chm | bin | 0 -> 255890 bytes | |||
| -rw-r--r-- | external/NvFoundation/1.1/doc/ReadMe.txt | 8 | ||||
| -rw-r--r-- | external/NvFoundation/1.1/doc/create_docs.cmd | 7 | ||||
| -rw-r--r-- | external/NvFoundation/1.1/doc/docs.doxyfile | 10 |
4 files changed, 25 insertions, 0 deletions
diff --git a/external/NvFoundation/1.1/doc/NvFoundation.chm b/external/NvFoundation/1.1/doc/NvFoundation.chm Binary files differnew file mode 100644 index 0000000..ba680cb --- /dev/null +++ b/external/NvFoundation/1.1/doc/NvFoundation.chm diff --git a/external/NvFoundation/1.1/doc/ReadMe.txt b/external/NvFoundation/1.1/doc/ReadMe.txt new file mode 100644 index 0000000..f0898a1 --- /dev/null +++ b/external/NvFoundation/1.1/doc/ReadMe.txt @@ -0,0 +1,8 @@ +The NvFoundation library defines just the most basic +data types to be shared across all public interfaces. + +It defines basic types for integers, floats, vectors, +matrices, and quaternions. + +It also defines basic interfaces for error reporting +and memory allocation. diff --git a/external/NvFoundation/1.1/doc/create_docs.cmd b/external/NvFoundation/1.1/doc/create_docs.cmd new file mode 100644 index 0000000..f4227c5 --- /dev/null +++ b/external/NvFoundation/1.1/doc/create_docs.cmd @@ -0,0 +1,7 @@ +set DOXYGEN_DIR=..\..\..\..\..\BuildTools\doxygen-win\bin +set HTMLHELP_DIR=..\..\..\..\..\BuildTools\HTMLHelpWorkshop + +%DOXYGEN_DIR%\doxygen.exe docs.doxyfile +cd html +..\%HTMLHELP_DIR%\hhc.exe index.hhp +cd .. 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 |