# HG changeset patch # User Rik # Date 1381015861 25200 # Node ID 7af442c326a85b7261020fbaa7a5ce4ddac7309e # Parent 387ecd448b30d69498bfc6fba3ef92ac8e94ffcb daspect.m: Remove unnecessary () enclosing code sample in docstring. * scripts/plot/appearance/daspect.m: Remove unnecessary () enclosing code sample in docstring. diff -r 387ecd448b30 -r 7af442c326a8 scripts/plot/appearance/daspect.m --- a/scripts/plot/appearance/daspect.m Sat Oct 05 12:13:01 2013 +0200 +++ b/scripts/plot/appearance/daspect.m Sat Oct 05 16:31:01 2013 -0700 @@ -27,7 +27,7 @@ ## The aspect ratio is a normalized 3-element vector representing the span of ## the x, y, and z-axis limits. ## -## @code{(daspect (@var{mode}))} +## @code{daspect (@var{mode})} ## ## Set the data aspect ratio mode of the current axes. @var{mode} is ## either @qcode{"auto"} or @qcode{"manual"}.