Ignore:
Timestamp:
07/10/06 17:20:19 (18 years ago)
Author:
pinsard
Message:

some improvements and corrections in some .pro file according to
aspell and idldoc log file

File:
1 edited

Legend:

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

    r134 r136  
    99; @categories calendar 
    1010; 
    11 ; @param year {in}{required} year to be tested as a leap year 
     11; @param year {in}{required}  
     12; year to be tested as a leap year 
    1213; 
    13 ; @returns 0 then not a leap year 
    14 ;         1 then year is a leap year 
     14; @returns  
     15; 0 then not a leap year, 1 then year is a leap year 
    1516; 
    1617; @uses cm_4cal 
     
    3233;       This means that year 1800, 1900, 2100, 2200, 2300 and 2500 are 
    3334;       NOT leap years, while year 2000 and 2400 are leap years. 
    34 ;       + supress the automatic change 89 -> 1989 
     35;       + suppress the automatic change 89 -> 1989 
    3536; 
    3637;       June 2005 update for new commons, Sebastien Masson. 
Note: See TracChangeset for help on using the changeset viewer.