lilligreen d68dc83b2f Cleanup files that did merge properly 12 年之前
..
config d68dc83b2f Cleanup files that did merge properly 12 年之前
input dfa8729c9b - Relocated to the tools folder. 13 年之前
output dfa8729c9b - Relocated to the tools folder. 13 年之前
.gitignore 5061aaf48b documentation upgrade and cleanup 12 年之前
ReadMe.txt 917f0e897a new ReadMe for documentation. 12 年之前
comment.rb 7bee17bfed checking in comment.rb temporarily for sake-keeping. it is a script that can convert a scriptBinding.h file to the proposed doxygen format. That is, it can convert ConsoleFunction, etc., with string comments to ConsoleFunctionWithDocs, etc., with doxygen comments. 12 年之前
doxygen.exe 20e46f75a5 - Updated Doxygen to latest stock one for Win32. 13 年之前
doxyindexer.exe 20e46f75a5 - Updated Doxygen to latest stock one for Win32. 13 年之前
doxysearch.cgi 20e46f75a5 - Updated Doxygen to latest stock one for Win32. 13 年之前
generateDocs.bat 350bc222e3 - Added VCS commands to the doc generator bat file. This will perform the following: 13 年之前
generateDocs.cs dfa8729c9b - Relocated to the tools folder. 13 年之前
hhc.exe dfa8729c9b - Relocated to the tools folder. 13 年之前
main.generateDocs.cs dfa8729c9b - Relocated to the tools folder. 13 年之前

ReadMe.txt

Generates Torque2D and TorqueScript reference documentation.

Use the manual (A) or automated (B) method. Note that the automated method needs some updating and testing

***************

A) Manual

This should work for PC or Mac (or anywhere doxygen and git/svn run)

1. start in this directory
2. run doxygen config/torque2DReference.cfg (will produce ./output/torque2DDocs and torque2D.tag)
3. run doxygen config/torqueScriptReference.cfg (will produce ./output/torqueScriptDocs)
4. "push" output/torque2DDocs and output/torqueScriptDocs to gh-pages

***************

B) Automatic

!! the following is an automated method that needs to be updated !!

* Windows ***
Execute the "generateDocs.bat"
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.

* OS X ***

Execute the "generateDocs.command"
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.
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.