Ignore:
Timestamp:
06/09/06 17:18:59 (18 years ago)
Author:
pinsard
Message:

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

File:
1 edited

Legend:

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

    r18 r97  
    1 function too_cool,_extra=extra 
    21; 
    32; This is a really, really cool way to turn keywords into 
    43; a structure. 
    54; 
     5function too_cool,_extra=extra 
    66return,extra 
    77end 
    88 
    9 function string2struct,strVal 
    109;+ 
    1110; NAME: 
     
    6867;- 
    6968 
     69function string2struct,strVal 
    7070r = execute('extra = too_cool(' + strVal[0] +')') 
    7171;if r = 0 then user did not enter keywords correctly so 
Note: See TracChangeset for help on using the changeset viewer.