Ignore:
Timestamp:
06/12/06 11:20:31 (18 years ago)
Author:
pinsard
Message:

start to modify headers of ForOldVersion? *.pro files for better idldoc output

File:
1 edited

Legend:

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

    r76 r102  
    11;+ 
    2 ; NAME: keep_compatibility 
    3 ; 
    4 ; PURPOSE:  
     2; @file_comments  
    53;   1) define key_forgetold = 1b - keyword_set(flag) 
    64;   2) remove all oldcm_used.pro found in !path 
     
    86;   4) copy oldcm_full(_empty) to myuniquetmpdir+'oldcm_used.pro' 
    97; 
    10 ; CATEGORY: compatibility with old version 
     8; @categories compatibility with old version 
    119; 
    12 ; CALLING SEQUENCE:keep_compatibility [, flag] 
     10; @examples 
     11; IDL> keep_compatibility [, flag] 
    1312; 
    14 ; INPUTS:  
     13; @param flag {in}{optional} 1 or 0 to keep or forget the compatibility 
    1514; 
    16 ;    flag: 1 or 0 to keep or forget the compatibility 
    17 ;    dir: the directory where we create oldcm_used.pro. 
    18 ;    if omitted, is automatically defined to  
    19 ;             1b - keyword_set(key_forgetold)  
     15; uses cm_general 
    2016; 
    21 ; COMMON BLOCKS: cm_general 
     17; @restrictions copy oldcm_full or oldcm_empty must be found in the 
     18; !path. dir must also be in the !path 
    2219; 
    23 ; SIDE EFFECTS: see purpose 
    24 ; 
    25 ; RESTRICTIONS: copy oldcm_full or oldcm_empty must be found in the 
    26 ; !path. dir must aslo be in the !path 
    27 ; 
    28 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     20; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    2921;                      June 2005 
    3022; 
Note: See TracChangeset for help on using the changeset viewer.