diff options
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 .. |