Mercurial > hg > octave-lyh
comparison scripts/time/datenum.m @ 10821:693e22af08ae
Grammarcheck documentation of m-files
Add newlines between @item fields for readability.
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Mon, 26 Jul 2010 21:25:36 -0700 |
parents | be55736a0783 |
children | c776f063fefe |
comparison
equal
deleted
inserted
replaced
10820:c44c786f87ba | 10821:693e22af08ae |
---|---|
31 ## Notes: | 31 ## Notes: |
32 ## | 32 ## |
33 ## @itemize | 33 ## @itemize |
34 ## @item | 34 ## @item |
35 ## Years can be negative and/or fractional. | 35 ## Years can be negative and/or fractional. |
36 ## | |
36 ## @item | 37 ## @item |
37 ## Months below 1 are considered to be January. | 38 ## Months below 1 are considered to be January. |
39 ## | |
38 ## @item | 40 ## @item |
39 ## Days of the month start at 1. | 41 ## Days of the month start at 1. |
42 ## | |
40 ## @item | 43 ## @item |
41 ## Days beyond the end of the month go into subsequent months. | 44 ## Days beyond the end of the month go into subsequent months. |
45 ## | |
42 ## @item | 46 ## @item |
43 ## Days before the beginning of the month go to the previous month. | 47 ## Days before the beginning of the month go to the previous month. |
48 ## | |
44 ## @item | 49 ## @item |
45 ## Days can be fractional. | 50 ## Days can be fractional. |
46 ## @end itemize | 51 ## @end itemize |
47 ## | 52 ## |
48 ## @strong{Warning:} this function does not attempt to handle Julian | 53 ## @strong{Warning:} this function does not attempt to handle Julian |