Ignore:
Timestamp:
12/06/07 11:04:53 (17 years ago)
Author:
pinsard
Message:

modification of some headers (+some corrections) to prepare usage of the new idldoc

Location:
trunk/SRC/ForOldVersion
Files:
5 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ForOldVersion/keep_compatibility.pro

    r317 r325  
    3030; 
    3131;- 
    32 ; 
    3332PRO keep_compatibility, flag 
    3433; 
  • trunk/SRC/ForOldVersion/oldcm_empty.pro

    r318 r325  
    1313; $Id$ 
    1414; 
     15; @todo 
     16; find the write way to comment this empty file for idldoc 
     17; to avoid those error messages 
     18;  IDLDOC: unknown tag "file_comments" in file oldcm_empty.pro 
     19;  IDLDOC: unknown tag "categories" in file oldcm_empty.pro 
    1520;- 
    1621; 
  • trunk/SRC/ForOldVersion/updatekwd.pro

    r318 r325  
    2222; $Id$ 
    2323; 
     24; @todo 
     25; find the write way to comment this empty file for idldoc 
     26; to avoid those error messages 
     27; IDLDOC: unknown tag "file_comments" in file updatekwd.pro 
     28; IDLDOC: unknown tag "categories" in file updatekwd.pro 
     29; IDLDOC: unknown tag "restrictions" in file updatekwd.pro 
     30; 
    2431;- 
    25 ; 
    2632; if ex is a structure... 
    2733IF size(ex, /type) EQ 8 THEN BEGIN 
  • trunk/SRC/ForOldVersion/updatenew.pro

    r318 r325  
    1616; $Id$ 
    1717;- 
    18 ; 
    1918IF n_elements(key_forgetold) EQ 0 THEN keep_compatibility 
    2019IF n_elements(myuniquetmpdir) EQ 0 THEN keep_compatibility 
  • trunk/SRC/ForOldVersion/updateold.pro

    r318 r325  
    1717; 
    1818;- 
    19 ; 
    2019IF n_elements(key_forgetold) EQ 0 THEN keep_compatibility 
    2120IF n_elements(myuniquetmpdir) EQ 0 THEN keep_compatibility 
Note: See TracChangeset for help on using the changeset viewer.