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	Thu May 10 22:27:50 2012 -0700
+++ b/scripts/plot/tetramesh.m	Thu May 10 22:32:07 2012 -0700
@@ -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}