Mercurial > hg > octave-nkf
comparison scripts/miscellaneous/computer.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 | eb63fbe60fab |
children | fd0a3ac60b0e |
comparison
equal
deleted
inserted
replaced
10820:c44c786f87ba | 10821:693e22af08ae |
---|---|
19 ## -*- texinfo -*- | 19 ## -*- texinfo -*- |
20 ## @deftypefn {Function File} {[@var{c}, @var{maxsize}, @var{endian}] =} computer () | 20 ## @deftypefn {Function File} {[@var{c}, @var{maxsize}, @var{endian}] =} computer () |
21 ## Print or return a string of the form @var{cpu}-@var{vendor}-@var{os} | 21 ## Print or return a string of the form @var{cpu}-@var{vendor}-@var{os} |
22 ## that identifies the kind of computer Octave is running on. If invoked | 22 ## that identifies the kind of computer Octave is running on. If invoked |
23 ## with an output argument, the value is returned instead of printed. For | 23 ## with an output argument, the value is returned instead of printed. For |
24 ## example, | 24 ## example: |
25 ## | 25 ## |
26 ## @example | 26 ## @example |
27 ## @group | 27 ## @group |
28 ## computer () | 28 ## computer () |
29 ## @print{} i586-pc-linux-gnu | 29 ## @print{} i586-pc-linux-gnu |