[idldoc] IDLdoc 3.1
Michael Galloy
mgalloy at idldev.com
Wed Jun 18 14:01:30 PDT 2008
I just released IDLdoc 3.1 (see full release notes are below). As per
this short blog post
http://michaelgalloy.com/2008/05/29/idldoc-in-the-idl-workbench.html
IDLdoc is getting integrated into the IDL Workbench. This release adds
some rst markup features that the IDL Workbench will use -- my
favorite is to be able to link to images with:
.. image:: filename
IDLdoc will link to the image and also copy the image file into the
output directory (if OUTPUT keyword to IDLDOC routine is used).
Mike
--
www.michaelgalloy.com
IDLdoc 3.1
----------
* Added ability to reference images in rst markup. IDLdoc will
automatically
copy referenced images into the output.
* In rst markup, illegal characters like < and > are automatically
converted
to character entities.
* Added `:Description:` tag for compatibility with IDL Workbench update.
* Changed default markup parser to rst when format parser is rst.
* Miscellaneous small bug fixes.
More information about the idldoc
mailing list