Ignore:
Timestamp:
06/07/06 19:12:14 (18 years ago)
Author:
pinsard
Message:

start to modify headers of Calendar and Utilities *.pro files for bet
ter idldoc output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SRC/Calendar/jul2date.pro

    r69 r93  
    33;------------------------------------------------------------ 
    44;+ 
    5 ; NAME: jul2date 
    65; 
    7 ; PURPOSE: gives yyyymmdd date equivalent of a julian day 
     6; gives yyyymmdd date equivalent of a julian day 
    87; 
    9 ; CATEGORY: calendar 
     8; @categories calendar 
    109; 
    11 ; CALLING SEQUENCE: date = jul2date(jday) 
     10; @param jday {in}{required} julian day 
    1211; 
    13 ; INPUTS:jday: julian day 
     12; @returns date in yyyymmdd format 
    1413; 
    15 ; KEYWORD PARAMETERS: None 
    16 ; 
    17 ; OUTPUTS: date in yyyymmdd format 
    18 ; 
    19 ; COMMON BLOCKS: None 
    20 ; 
    21 ; SIDE EFFECTS: 
    22 ; 
    23 ; RESTRICTIONS: 
    24 ; 
    25 ; EXAMPLE: 
     14; @examples  
    2615; 
    2716;    IDL> print, jul2date(julday(12,23,1999)) 
    2817;        19991223 
    2918; 
    30 ; MODIFICATION HISTORY: Sebastien Masson (smasson@lodyc.jussieu.fr) 
     19; @history Sebastien Masson (smasson\@lodyc.jussieu.fr) 
    3120;                       June 2005 
    3221;- 
Note: See TracChangeset for help on using the changeset viewer.