Show
Ignore:
Timestamp:
01/13/08 22:03:09 (4 years ago)
Author:
mgalloy
Message:

Adding items in the ISSUES file for obsolete tags and keywords.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/idldoc/docs/ISSUES

    r432 r448  
    1 Known bug 
    2 ------------ 
     1Known bugs 
     2---------- 
    33 
    44There are no known bugs. Please add tickets for new bugs and add feature  
     
    1111* A comment block separated from a routine header by a blank line would be 
    1212  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 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 
    1627