Changes between Version 10 and Version 11 of Downloads

Show
Ignore:
Author:
mgalloy (IP: 173.8.245.189)
Timestamp:
06/05/09 12:08:09 (1 year ago)
Comment:

IDLdoc 3.2 release

Legend:

Unmodified
Added
Removed
Modified
  • Downloads

    v10 v11  
    66 
    77Note: there are potential problems receiving IDLdoc updates or transitioning IDLdoc to a new version of IDL when using this method. 
     8 
     9== IDLdoc 3.2 == 
     10 
     11  * [http://idldoc.idldev.com/attachment/wiki/Downloads/idldoc-3.2.zip?format=raw IDLdoc 3.2] 
     12  * [http://idldoc.idldev.com/attachment/wiki/Downloads/idldoc-3.2-src.zip?format=raw IDLdoc 3.2 source] 
     13 
     14{{{ 
     15#!rst 
     16* Added ability to create LaTeX output. Use the TEMPLATE_PREFIX keyword to the 
     17  IDLDOC command to specify that the LaTeX templates should be used and the 
     18  COMMENT_STYLE keyword to specify that markup in comments in the source code 
     19  should be converted to LaTeX in the output:: 
     20 
     21    idldoc, ..., template_prefix='latex-', comment_style='latex' 
     22 
     23* Added ability to create documentation for DLM files. IDLdoc will 
     24  automatically find .dlm files in the ROOT subdirectories and create 
     25  documentation for them. No special comments in the .dlm file are necessary 
     26  (or used). 
     27 
     28* Added INDEX_LEVEL keyword to IDLDOC command to control the granularity of 
     29  the index: 0 for no index; 1 for directories, classes, files, and routines; 
     30  2 for level 1 items plus parameters, keywords, fields, properties, and sav 
     31  file variables 
     32 
     33* Adds links to names of routines and classes found in the Uses section for  
     34  routines and files. 
     35 
     36* Added color output in the output log for errors and warnings if the  
     37  COLOR_OUTPUTLOG keyword is set or if the MG_TERMISTTY routine is present and 
     38  returns true.  
     39 
     40* Miscellaneous small bug fixes. 
     41}}} 
    842 
    943== IDLdoc 3.1.1 ==