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

header improvements + xxx doc

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/ReadWrite/idl-NetCDF/ncdf_quickwrite/ncdf_quickwrite_helper2.pro

    r134 r157  
    1414;; we use this function enough to give it a short name, but the underscore 
    1515;; is to make it unlikely to conflict with a user's function. 
    16  
     16;+ 
     17; @file_comments 
     18; 
     19; 
     20; @categories 
     21; 
     22; 
     23; @param STRING 
     24; String to be split. Contains text after in, out token on output. 
     25;  
     26; 
     27; @returns 
     28; 
     29; 
     30; @restrictions 
     31; 
     32; 
     33; @examples 
     34;  
     35;  
     36; @history 
     37; 
     38; 
     39; @version 
     40; $Id$ 
     41; 
     42;- 
    1743function _str,string 
    1844return,strcompress(string,/remove_all) 
     
    2046 
    2147;------------------------------------------------------ 
     48;+ 
     49; @file_comments 
     50; 
     51; 
     52; @categories 
     53; 
     54; 
     55; @param NUM 
     56; 
     57; 
     58; @param NAME 
     59; It is a string giving the name of the file to be opened. If NAME does not contain 
     60; the separating character of directories ('/' under unix for example), the file 
     61; will be looked for in the current directory. 
     62;  
     63; 
     64; @returns 
     65; 
     66; 
     67; @restrictions 
     68; 
     69; 
     70; @examples 
     71;  
     72;  
     73; @history 
     74; 
     75; 
     76; @version 
     77; $Id$ 
     78; 
     79;- 
    2280function ncdf_quickwrite_typename,num,name 
    2381on_error,2 
     
    63121;----------------------------------------------------- 
    64122 
     123;+ 
     124; @file_comments 
     125; 
     126; 
     127; @categories 
     128; 
     129; 
     130; @param NCFILENAME 
     131; 
     132; 
     133; @param S 
     134; The string to be searched 
     135; 
     136; @param SNAME 
     137;  
     138; 
     139; @returns 
     140; 
     141; 
     142; @restrictions 
     143; 
     144; 
     145; @examples 
     146;  
     147;  
     148; @history 
     149; 
     150; 
     151; @version 
     152; $Id$ 
     153; 
     154;- 
    65155 
    66156pro ncdf_quickwrite_helper2,ncfilename,s,sname 
Note: See TracChangeset for help on using the changeset viewer.