NaturalDocsSEPY is a windows batch file written by Mark Walters that you can run from SEPY that will autocreate NaturalDocs folders and documentation in the same directory as the ActionScript file you are working on.
Download it here (NaturalDocsSEPY.zip)
@dir HTML (or FramedHTML) otherParams
Tested the batch file with version 1.34 and it works.
To use the batch file with the new version of NaturalDocs, edit the batch file in Notepad and change the 2nd to last line to go to the new directory of your NaturalDocs program:
"C:\ProgramFiles\SEPY ActionScript Editor\utils\NaturalDocs-1.34\NaturalDocs"
If you don’t want to edit the batch file with every new version of NaturalDocs, make the line go to a standard location like:
"C:\ProgramFiles\SEPY ActionScript Editor\utils\NaturalDocs\NaturalDocs"
...and replace the NaturalDoc files in that location with every new version.
Seems that you need to remove some of the quotes in the last line of the script after download, to get it working if there’s hyphens in the directory name:
C:\Perl\bin\perl.exe "C:\Program Files\SEPY ActionScript Editor\utils\NaturalDocs-1.34\NaturalDocs" -i "%directory%" -o %format% "%directory%\NaturalDocs\Documentation" -p "%directory%\NaturalDocs\Project" %NaturalDocsParams%
...becomes...
C:\Perl\bin\perl.exe "C:\Program Files\SEPY ActionScript Editor\utils\NaturalDocs-1.34\NaturalDocs" -i %directory% -o %format% %directory%\NaturalDocs\Documentation -p %directory%\NaturalDocs\Project %NaturalDocsParams%
Now works for hyphens - hope I haven’t broken anything else :)
Main Natural Docs page.