Mercurial > hg > octave-nkf
diff scripts/plot/tetramesh.m @ 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 | 759944521fd6 |
children | c2dbdeaa25df |
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}