IDLdoc 3.2 has been released! Head over to idldoc.idldev.com or automatically update with the Workbench update mechanism. What’s new in IDLdoc 3.2 follows:
- Added ability to create LaTeX output. Use the
TEMPLATE_PREFIXkeyword to theIDLDOCcommand to specify that the LaTeX templates should be used and theCOMMENT_STYLEkeyword to specify that markup in comments in the source code should be converted to LaTeX in the output:
idldoc, ..., template_prefix='latex-', comment_style='latex'
IDLdoc is now completely setup for users to generate documentation in any text-based format they want.
- Added ability to create documentation for DLM files. IDLdoc will automatically find
.dlmfiles in the ROOT subdirectories and create documentation for them. No special comments in the.dlmfile are necessary (or used). - Added
INDEX_LEVELkeyword toIDLDOCcommand to control the granularity of the index: 0 for no index; 1 for directories, classes, files, and routines; 2 for level 1 items plus parameters, keywords, fields, properties, and sav file variables - Adds links to names of routines and classes found in the Uses section for routines and files.
- Added color output in the output log for errors and warnings if the
COLOR_OUTPUTLOGkeyword is set or if theMG_TERMISTTYroutine is present and returns true. - Miscellaneous small bug fixes.
