# HG changeset patch # User Rik # Date 1336714327 25200 # Node ID fd3acd55dd420250125937b3909bd38a577f431a # Parent 92659ad0d2155bc815bb4b39cf2572406fd6b2f1 tetramesh.m: Fix unbalanced parentheses in @deftypefn macro * tetramesh.m: Fix unbalanced parentheses in @deftypefn macro diff -r 92659ad0d215 -r fd3acd55dd42 scripts/plot/tetramesh.m --- 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 @@ ## . ## -*- 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}