Changeset 97 for trunk/SRC/Calendar


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

Location:
trunk/SRC/Calendar
Files:
6 edited

Legend:

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

    r93 r97  
    44;+ 
    55; 
    6 ; gives julian day equivalent of a date in yyyymmdd format  
     6; @file_comments gives julian day equivalent of a date in yyyymmdd format  
    77; 
    88; @categories calendar 
  • trunk/SRC/Calendar/date2string.pro

    r93 r97  
    44;+ 
    55; 
    6 ; create a nice and readable format to print a date 
     6; @file_comments create a nice and readable format to print a date 
    77; 
    88; @categories calendar, string 
  • trunk/SRC/Calendar/daysinmonth.pro

    r93 r97  
    44;+ 
    55; 
    6 ; give the number of days in a specific month 
     6; @file_comments give the number of days in a specific month 
    77; 
    88; @categories calendar 
    9 ; 
    109; 
    1110; @param month {in}{optional}  
  • trunk/SRC/Calendar/jul2date.pro

    r93 r97  
    44;+ 
    55; 
    6 ; gives yyyymmdd date equivalent of a julian day 
     6; @file_comments gives yyyymmdd date equivalent of a julian day 
    77; 
    88; @categories calendar 
  • trunk/SRC/Calendar/leapyr.pro

    r93 r97  
    22;+ 
    33; 
    4 ; determine whether the input year is a leap year or not 
     4; @file_comments determine whether the input year is a leap year or not 
    55; Very useful for finding number of days in a year. 
    66; eg. NUM_DAYS_IN_YR = 365 + leapyr(year) 
  • trunk/SRC/Calendar/monthname.pro

    r93 r97  
    44;+ 
    55; 
    6 ; gives the name of a month 
     6; @file_comments gives the name of a month 
    77; 
    88; @categories calendar 
    99;  
    10 ; @param number {in}{required}  the month number (from 1 to 12) 
     10; @param mm1 {in}{required}  the month number (from 1 to 12) 
    1111; 
    1212; @file_comments keyword parameters of string function to specify the format of the month (the C format) can be used. 
Note: See TracChangeset for help on using the changeset viewer.