| 13 | | comment in IDL 3.0. In particularly, param, keyword, and returns tags in that |
| 14 | | comment block would now generate warnings since they are routine level comment |
| 15 | | tags in a file level comment. |
| | 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 | |