comparison scripts/time/date.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 fd0a3ac60b0e
comparison
equal deleted inserted replaced
10820:c44c786f87ba 10821:693e22af08ae
18 ## <http://www.gnu.org/licenses/>. 18 ## <http://www.gnu.org/licenses/>.
19 19
20 ## -*- texinfo -*- 20 ## -*- texinfo -*-
21 ## @deftypefn {Function File} {} date () 21 ## @deftypefn {Function File} {} date ()
22 ## Return the date as a character string in the form DD-MMM-YY@. For 22 ## Return the date as a character string in the form DD-MMM-YY@. For
23 ## example, 23 ## example:
24 ## 24 ##
25 ## @example 25 ## @example
26 ## @group 26 ## @group
27 ## date () 27 ## date ()
28 ## @result{} "20-Aug-93" 28 ## @result{} "20-Aug-93"