Ignore:
Timestamp:
08/21/06 11:01:50 (18 years ago)
Author:
navarro
Message:

header improvements + xxx doc

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

Legend:

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

    r142 r157  
    1111; 
    1212; @categories 
    13 ; string, keywords 
     13; String, keywords 
    1414; 
    1515;  
     
    7272; 
    7373; @history 
    74 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     74; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    7575;                      18/10/1999 
    7676;                      24/11/1999: adaptation for keywords starting by / 
  • trunk/SRC/ToBeReviewed/STRING/getfile.pro

    r142 r157  
    3737;       R. Sterner, 2004 Jan 27 --- Fixed to work in IDL as old as vers 4. 
    3838; 
    39 ;       S. Masson (smasson@lodyc.jussieu.fr) 4 Feb 2002 
     39;       S. Masson (smasson\@lodyc.jussieu.fr) 4 Feb 2002 
    4040;       search te file in the all !path directories (use find.pro) 
    4141;       when using /find keyword. Use spawn, 'cat...' for unix os. 
  • trunk/SRC/ToBeReviewed/STRING/putfile.pro

    r142 r157  
    77; @categories 
    88; 
    9 ; INPUTS: 
    109; @param FILE {in}{required} 
    1110; = text file name. 
  • trunk/SRC/ToBeReviewed/STRING/str_size.pro

    r142 r157  
    99; 
    1010; @categories 
    11 ; Graphics Programs, Widgets. 
     11; Graphics, Widget 
    1212; 
    1313; @param STRING {in}{required} 
  • trunk/SRC/ToBeReviewed/STRING/string2struct.pro

    r142 r157  
    1 ; 
     1;+ 
     2; @file_comments 
    23; This is a really, really cool way to turn keywords into 
    34; a structure. 
     5;  
     6; @categories 
    47; 
     8; 
     9; @keyword _EXTRA 
     10; used to pass your keywords 
     11; 
     12; @returns 
     13; 
     14; 
     15; @restrictions 
     16; 
     17; 
     18; @examples 
     19; 
     20; 
     21; @history 
     22; 
     23; 
     24; @version 
     25; $Id$ 
     26;- 
    527function too_cool,_extra=extra 
    628; 
     
    1840; 
    1941; @categories 
    20 ; Utility 
     42; Utilities 
    2143; 
    2244; @param STRVAL {IN}{REQUIRED} 
     
    5274;       Written by: 
    5375;       RLK, Ronn Kling Consulting. 
    54 ;       ronn@rlkling.com 
     76;       ronn\@rlkling.com 
    5577;       www.rlkling.com 
    5678;               May, 1999 
  • trunk/SRC/ToBeReviewed/STRING/strkeywd.pro

    r142 r157  
    4949; 
    5050; @history 
    51 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     51; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    5252;                      11/10/1999 
    5353; 
  • trunk/SRC/ToBeReviewed/STRING/strrepl.pro

    r142 r157  
    66; 
    77; @categories 
    8 ; string routines 
     8; String 
    99; 
    1010; @param STR {in}{required} 
     
    4545; @history 
    4646;        mgs, 02 Jun 1998: VERSION 1.00 
    47 ;        sebastien Masson (smlod@ipsl.jussieu.fr) 
     47;        sebastien Masson (smlod\@ipsl.jussieu.fr) 
    4848; 
    4949; @version 
  • trunk/SRC/ToBeReviewed/STRING/strright.pro

    r142 r157  
    66; 
    77; @categories 
    8 ; string handling  
     8; String 
    99;  
    1010; @param S {in}{required} 
  • trunk/SRC/ToBeReviewed/STRING/strsci.pro

    r142 r157  
    77; 
    88; @categories 
    9 ; String Utilities 
     9; String 
    1010; 
    1111; @param DATA {in}{required} 
  • trunk/SRC/ToBeReviewed/STRING/strtok.pro

    r142 r157  
    66;  
    77; @categories 
    8 ; text/strings 
     8; String 
    99; 
    1010; @param STRING {in}{required} 
  • trunk/SRC/ToBeReviewed/STRING/strwhere.pro

    r142 r157  
    66; 
    77; @categories 
    8 ; string tools 
     8; String 
    99; 
    1010; @param STR {in}{required} 
  • trunk/SRC/ToBeReviewed/STRING/tostr.pro

    r142 r157  
    88; 
    99; @categories  
     10; String 
    1011; 
    1112; @param INPUT {in}{required} 
     
    3738; 
    3839; @history 
    39 ; Sebastien Masson (smasson@lodyc.jussieu.fr) 
     40; Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    4041;                      18/10/1999 
    4142; 
Note: See TracChangeset for help on using the changeset viewer.