Mercurial > hg > octave-lyh
changeset 14623:fd3acd55dd42
tetramesh.m: Fix unbalanced parentheses in @deftypefn macro
* tetramesh.m: Fix unbalanced parentheses in @deftypefn macro
author | Rik <octave@nomad.inbox5.com> |
---|---|
date | Thu, 10 May 2012 22:32:07 -0700 |
parents | 92659ad0d215 |
children | bb5ecda3b975 |
files | scripts/plot/tetramesh.m |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/scripts/plot/tetramesh.m +++ b/scripts/plot/tetramesh.m @@ -17,9 +17,9 @@ ## <http://www.gnu.org/licenses/>. ## -*- texinfo -*- -## @deftypefn {Function File} tetramesh (@var{T}, @var{X}) -## @deftypefnx {Function File} tetramesh (@var{T}, @var{X}, @var{C}) -## @deftypefnx {Function File} tetramesh (@dots{}, @var{property}, @var{val}, @dots{}) +## @deftypefn {Function File} {} tetramesh (@var{T}, @var{X}) +## @deftypefnx {Function File} {} tetramesh (@var{T}, @var{X}, @var{C}) +## @deftypefnx {Function File} {} tetramesh (@dots{}, @var{property}, @var{val}, @dots{}) ## @deftypefnx {Function File} {@var{h} =} tetramesh (@dots{}) ## ## Display the tetrahedrons defined in the m-by-4 matrix @var{T}