Ignore:
Timestamp:
08/29/06 14:59:46 (18 years ago)
Author:
navarro
Message:

header improvements : type of parameters and keywords, default values, spell checking + idldoc assistant (IDL online_help)

File:
1 edited

Legend:

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

    r157 r163  
    55; 
    66; @file_comments 
    7 ; In a string containing an order to executewith EXECUTE by example.  
     7; In a string containing an order to execute with EXECUTE by example.  
    88; We change the value of one of keywords. 
    9 ; More generally, in a string, we look for the caracter chain: ', keywdname= ..., 
     9; More generally, in a string, we look for the character chain: ', keywdname= ..., 
    1010; and we change the value of... 
    1111; 
     
    1414; 
    1515;  
    16 ; @param STRINGIN {in}{required} 
     16; @param STRINGIN {in}{required}{type=string} 
    1717; it is a string 
    1818; 
    19 ; @param KEYWDNAME {in}{required} 
     19; @param KEYWDNAME {in}{required}{type=string} 
    2020; it is a string designating the name of keyword to look for. 
    2121; 
     
    2727; the position of keywdname. By default, we substitute the string  
    2828; before the comma. With the keyword SEPARATOR,we can modify the cut  
    29 ; of the string. SEPARATOR give a caractere before the one we have to  
     29; of the string. SEPARATOR give a Character before the one we have to  
    3030; look for the comma which delimit the keyword in the string. 
    3131; (see examples) 
     
    3535; the position of keywdname. By default, we substitute the string  
    3636; before the comma. With the keyword AFTER,we can modify the cut  
    37 ; of the string. AFTER give a caractere after the one we have to  
     37; of the string. AFTER give a Character after the one we have to  
    3838; look for the comma which delimit the keyword in the string. 
    3939; (see examples) 
Note: See TracChangeset for help on using the changeset viewer.