ReadMe.txt 918 B

123456789101112131415161718
  1. Generates TorqueScript reference documentation.
  2. ***********
  3. * Windows *
  4. ***********
  5. Execute the "generateDocs.bat"
  6. This should produce an output file in the sub-folder "input" followed by executing the Win32 Doxygen to generate the documentation in the output sub-folder. The default configuration only outputs HTML however if you change the "scriptReference.Windows.cfg" and change the line "GENERATE_HTMLHELP" to "= YES" you will also get a compiled CHM file.
  7. ********
  8. * OS X *
  9. ********
  10. Execute the "generateDocs.command"
  11. This should produce an output file in the sub-folder "input" followed by executing the Win32 Doxygen to generate the documentation in the output sub-folder. The default configuration only outputs HTML.
  12. The latest Doxygen for OSX can be found here: http://www.stack.nl/~dimitri/doxygen/download.html Shortly the OSX version will be placed into the repository alongside the DMG version.