Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

Location:
trunk/SRC/ToBeReviewed/STRING
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ToBeReviewed/STRING/string2struct.pro

    r223 r231  
    11;+ 
     2; 
    23; @file_comments 
    34; This is a really, really cool way to turn keywords into a structure. 
     
    78; 
    89; @keyword _EXTRA 
    9 ; used to pass your keywords 
     10; Used to pass keywords 
    1011; 
    1112; @returns 
     
    1516; @examples 
    1617; 
    17 ; 
    1818; @history 
    1919; 
     
    2121; $Id$ 
    2222;- 
    23 function too_cool,_extra=extra 
     23; 
     24FUNCTION too_cool,_extra=extra 
    2425; 
    2526  compile_opt idl2, strictarrsubs 
  • trunk/SRC/ToBeReviewed/STRING/strkeywd.pro

    r163 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    5653; 
    5754;- 
    58 ;------------------------------------------------------------ 
    59 ;------------------------------------------------------------ 
    60 ;------------------------------------------------------------ 
     55; 
    6156FUNCTION strkeywd, struct 
    6257; 
Note: See TracChangeset for help on using the changeset viewer.