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

Location:
trunk/SRC/ForOldVersion
Files:
6 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; 
  • trunk/SRC/ForOldVersion/oldcm_empty.pro

    r55 r102  
    11;+ 
    22; 
    3 ; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr) 
     3; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    44;                       June 2005 
    55;- 
  • trunk/SRC/ForOldVersion/oldcm_full.pro

    r55 r102  
    11;+ 
    22; 
    3 ; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr) 
     3; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    44;                       14/8/98 
    55;- 
  • trunk/SRC/ForOldVersion/updatekwd.pro

    r55 r102  
    11;+ 
    2 ; NAME: updatekwd 
    32; 
    4 ; PURPOSE: compatibility with old keywords 
     3; @file_comments  
     4; compatibility with old keywords 
     5; if needed, force the definition of new keywords 
     6;               with the old ones. 
    57; 
    6 ; CATEGORY: compatibility with previous version 
     8; @categories compatibility with previous version 
    79; 
    8 ; CALLING SEQUENCE: @updatekwd 
     10; @examples  
     11; IDL> \@updatekwd 
    912;   (must be insert as an include in a procedure or function)  
    1013; 
    11 ; SIDE EFFECTS: if needed, force the definition of new keywords 
    12 ;               with the old ones. 
    1314; 
    14 ; RESTRICTIONS: the compatibility can be made only if the keyword 
     15; @restrictions the compatibility can be made only if the keyword 
    1516;               given through _extra are given with their complete name 
    1617; 
    17 ; MODIFICATION HISTORY:Sebastien Masson (smasson@lodyc.jussieu.fr) 
     18; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    1819;                      July 2005 
    1920;- 
  • trunk/SRC/ForOldVersion/updatenew.pro

    r55 r102  
    11;+ 
    2 ; 
    3 ; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr) 
    4 ;                       JUne 2005 
    5 ;- 
    6 ; 
     2; file_comments  
    73; common declaration 
    84; 
    95; check that key_forgetold and keep_compatibility are well defined... 
     6; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
     7;                       June 2005 
     8;- 
     9; 
    1010; 
    1111IF n_elements(key_forgetold) EQ 0 THEN keep_compatibility 
  • trunk/SRC/ForOldVersion/updateold.pro

    r55 r102  
    11;+ 
    2 ; 
    3 ; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr) 
     2; @file_comments 
     3; check that key_forgetold and keep_compatibility are well defined... 
     4; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    45;                       14/8/98 
    56;- 
    67; 
    7 ; 
    8 ; check that key_forgetold and keep_compatibility are well defined... 
    98; 
    109IF n_elements(key_forgetold) EQ 0 THEN keep_compatibility 
Note: See TracChangeset for help on using the changeset viewer.