Show
Ignore:
Timestamp:
01/06/08 08:49:54 (5 years ago)
Author:
mgalloy
Message:

Split ISSUES file into 'Known bugs' and 'Backward-compatibility issues'.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/idldoc/docs/ISSUES

    r422 r432  
    1 Known issues 
     1Known bug 
    22------------ 
    33 
    4 There are no known issues. Please report new bugs and add feature requests at the project website, idldoc.idldev.com. 
     4There are no known bugs. Please add tickets for new bugs and add feature  
     5requests at the project website, 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 that 
     14  comment block would now generate warnings since they are routine level comment 
     15  tags in a file level comment. 
     16