changeset 17578:7af442c326a8

daspect.m: Remove unnecessary () enclosing code sample in docstring. * scripts/plot/appearance/daspect.m: Remove unnecessary () enclosing code sample in docstring.
author Rik <rik@octave.org>
date Sat, 05 Oct 2013 16:31:01 -0700
parents 387ecd448b30
children 0c6750ace8b4
files scripts/plot/appearance/daspect.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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"}.