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/create_docs.cmd | |
| download | volumetriclighting-b4ab266c9010aaff5404f6a508a2e592eb367d36.tar.xz volumetriclighting-b4ab266c9010aaff5404f6a508a2e592eb367d36.zip | |
initial commit
Diffstat (limited to 'external/NvFoundation/1.1/doc/create_docs.cmd')
| -rw-r--r-- | external/NvFoundation/1.1/doc/create_docs.cmd | 7 |
1 files changed, 7 insertions, 0 deletions
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 .. |