Ignore:
Timestamp:
03/19/07 18:15:51 (17 years ago)
Author:
pinsard
Message:

improvements/corrections of some *.pro headers

File:
1 edited

Legend:

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

    r163 r231  
    1 ;------------------------------------------------------------ 
    2 ;------------------------------------------------------------ 
    3 ;------------------------------------------------------------ 
    41;+ 
    52; 
     
    107; Calendar 
    118; 
    12 ; @param YEAR {in}{optional}{default=from "time" common variable of cm_4cal} 
     9; @param YEAR {in}{optional} {default=from "time" common variable of cm_4cal} 
    1310; To specify the year of the month. Used only if the common variable 
    1411; key_caltype = 'greg'. In that case, month and year must have the same 
    1512; number of elements. 
    1613; 
    17 ; @param MONTH  
     14; @param MONTH {in}{optional} {type=integer} 
     15; month number 
    1816; 
    1917; @returns  
     
    3533; 
    3634;- 
    37 ;------------------------------------------------------------ 
    38 ;------------------------------------------------------------ 
    39 ;------------------------------------------------------------ 
     35; 
    4036function daysinmonth, month, year 
    41 ;------------------------------------------------------------ 
    42 ; include commons 
    4337; 
    4438  compile_opt idl2, strictarrsubs 
Note: See TracChangeset for help on using the changeset viewer.