root/trunk/ISSUES

Revision 714, 0.9 kB (checked in by mgalloy, 19 months ago)

IDLdoc 3.3 ready to go.

Line 
1Known bugs
2----------
3
4Please add tickets for new bugs and add feature requests at the project
5website, idldoc.idldev.com.
6
7
8Backward-compatibility issues
9-----------------------------
10
11* A comment block separated from a routine header by a blank line would be
12  associated with the routine in IDLdoc 2.0, but is considered a file level
13  comment in IDL 3.0. In particularly, param, keyword, and returns tags in
14  that comment block would now generate warnings since they are routine level
15  comment tags in a file level comment.
16
17* The "inherits" tag was obsoleted. Inherited classes are automatically
18  found by IDLdoc.
19
20* The ASSISTANT and PREFORMAT keywords to IDLDOC were obsoleted. The IDL
21  Assistant is not likely to be supported much longer by IDL, so the
22  assistant format was not reimplemented for IDLdoc 3.0. With the
23  introduction of the IDL format and the ability to add further formats, the
24  PREFORMAT was deemed unnecessary to reimplement.
25
26
27 
Note: See TracBrowser for help on using the browser.