Mercurial > hg > octave-lyh
comparison scripts/geometry/delaunayn.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 |
---|---|
33 ## second argument. This argument is a cell array of strings. The default | 33 ## second argument. This argument is a cell array of strings. The default |
34 ## options depend on the dimension of the input: | 34 ## options depend on the dimension of the input: |
35 ## | 35 ## |
36 ## @itemize | 36 ## @itemize |
37 ## @item 2D and 3D: @var{opt} = @code{@{"Qt", "Qbb", "Qc"@}} | 37 ## @item 2D and 3D: @var{opt} = @code{@{"Qt", "Qbb", "Qc"@}} |
38 ## | |
38 ## @item 4D and higher: @var{opt} = @code{@{"Qt", "Qbb", "Qc", "Qz"@}} | 39 ## @item 4D and higher: @var{opt} = @code{@{"Qt", "Qbb", "Qc", "Qz"@}} |
39 ## @end itemize | 40 ## @end itemize |
40 ## | 41 ## |
41 ## If @var{opt} is [], then the default arguments are used. If @var{opt} | 42 ## If @var{opt} is [], then the default arguments are used. If @var{opt} |
42 ## is @code{@{"@w{}"@}}, then none of the default arguments are used by Qhull. | 43 ## is @code{@{"@w{}"@}}, then none of the default arguments are used by Qhull. |