changeset 11595:5ec6aa05638d

Prevent doubled quotes around @table items in Info.
author Rik <octave@nomad.inbox5.com>
date Thu, 20 Jan 2011 21:29:14 -0800
parents f2e868fd8500
children a9cf422ed849
files scripts/ChangeLog scripts/image/imshow.m scripts/image/saveimage.m scripts/io/dlmwrite.m scripts/io/strread.m scripts/miscellaneous/license.m scripts/optimization/glpk.m scripts/plot/refreshdata.m scripts/plot/shading.m scripts/plot/slice.m scripts/plot/surfl.m scripts/plot/uimenu.m scripts/statistics/base/mean.m scripts/statistics/base/moment.m scripts/strings/isstrprop.m src/ChangeLog src/file-io.cc src/variables.cc
diffstat 18 files changed, 33 insertions(+), 17 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,14 @@
+2011-01-20  Rik  <octave@nomad.inbox5.com>
+
+	* scripts/image/imshow.m, scripts/image/saveimage.m,
+	scripts/io/dlmwrite.m, scripts/io/strread.m,
+	scripts/miscellaneous/license.m, scripts/optimization/glpk.m,
+	scripts/plot/refreshdata.m, scripts/plot/shading.m,
+	scripts/plot/slice.m, scripts/plot/surfl.m, scripts/plot/uimenu.m,
+	scripts/statistics/base/mean.m, scripts/statistics/base/moment.m,
+	scripts/strings/isstrprop.m: Prevent doubled quotes around @table
+	items in Info.
+
 2011-01-20  Rik  <octave@nomad.inbox5.com>
 
 	* mkdoc: Mark all scripts as coming from 'scripts/' directory
--- a/scripts/image/imshow.m
+++ b/scripts/image/imshow.m
@@ -40,7 +40,7 @@
 ##
 ## If given, the parameter @var{string_param1} has value
 ## @var{value1}.  @var{string_param1} can be any of the following:
-## @table @samp
+## @table @asis
 ## @item "displayrange"
 ## @var{value1} is the display range as described above.
 ## @end table
--- a/scripts/image/saveimage.m
+++ b/scripts/image/saveimage.m
@@ -22,7 +22,7 @@
 ## Save the matrix @var{img} to file @var{fname} in image format @var{fmt}.
 ## Valid values for @var{fmt} are
 ##
-## @table @code
+## @table @asis
 ## @item "img"
 ## Octave's image format.  The current colormap is also saved in the file.
 ##
--- a/scripts/io/dlmwrite.m
+++ b/scripts/io/dlmwrite.m
@@ -39,7 +39,7 @@
 ##
 ## In addition, the following keyword value pairs may appear at the end
 ## of the argument list:
-## @table @code
+## @table @asis
 ## @item "append"
 ## Either @samp{"on"} or @samp{"off"}.  See @samp{"-append"} above.
 ##
--- a/scripts/io/strread.m
+++ b/scripts/io/strread.m
@@ -71,7 +71,7 @@
 ## The behavior of @code{strread} can be changed via property-value
 ## pairs.  The following properties are recognized:
 ##
-## @table @code
+## @table @asis
 ## @item "commentstyle"
 ## Parts of @var{str} are considered comments and will be skipped.
 ## @var{value} is the comment style and can be any of the following.
--- a/scripts/miscellaneous/license.m
+++ b/scripts/miscellaneous/license.m
@@ -35,7 +35,7 @@
 ## Enable or disable license testing for @var{feature}, depending on
 ## @var{toggle}, which may be one of:
 ##
-## @table @samp
+## @table @asis
 ## @item "enable"
 ## Future tests for the specified license of @var{feature} are conducted
 ## as usual.
--- a/scripts/optimization/glpk.m
+++ b/scripts/optimization/glpk.m
@@ -106,7 +106,7 @@
 ## An array of characters containing the sense of each constraint in the
 ## constraint matrix.  Each element of the array may be one of the
 ## following values
-## @table @code
+## @table @asis
 ## @item "F"
 ## A free (unbounded) constraint (the constraint is ignored).
 ##
@@ -126,7 +126,7 @@
 ##
 ## @item vartype
 ## A column array containing the types of the variables.
-## @table @code
+## @table @asis
 ## @item "C"
 ## A continuous variable.
 ##
--- a/scripts/plot/refreshdata.m
+++ b/scripts/plot/refreshdata.m
@@ -25,7 +25,7 @@
 ## arguments @var{h} is a scalar or array of figure handles to refresh.  The
 ## optional second argument @var{workspace} can take the following values.
 ##
-## @table @code
+## @table @asis
 ## @item "base"
 ## Evaluate the datasource properties in the base workspace.  (default).
 ##
--- a/scripts/plot/shading.m
+++ b/scripts/plot/shading.m
@@ -22,7 +22,7 @@
 ## Set the shading of surface or patch graphic objects.  Valid arguments
 ## for @var{type} are
 ##
-## @table @code
+## @table @asis
 ## @item "flat"
 ## Single colored patches with invisible edges.
 ##
--- a/scripts/plot/slice.m
+++ b/scripts/plot/slice.m
@@ -39,7 +39,7 @@
 ##
 ## @var{Method} is one of:
 ##
-## @table @code
+## @table @asis
 ## @item "nearest"
 ## Return the nearest neighbor.
 ##
--- a/scripts/plot/surfl.m
+++ b/scripts/plot/surfl.m
@@ -38,7 +38,7 @@
 ## The material properties of the surface can specified using a 4-element vector
 ## @var{P} = [@var{AM} @var{D} @var{SP} @var{exp}] which defaults to
 ## @var{p} = [0.55 0.6 0.4 10].
-## @table @code
+## @table @asis
 ## @item "AM" strength of ambient light
 ##
 ## @item "D" strength of diffuse reflection
--- a/scripts/plot/uimenu.m
+++ b/scripts/plot/uimenu.m
@@ -25,7 +25,7 @@
 ##
 ## Uimenu objects have the following specific properties:
 ##
-## @table @code
+## @table @asis
 ## @item "accelerator"
 ## A string containg the key combination together with CTRL to execute this
 ## menu entry (e.g., "x" for CTRL+x).
--- a/scripts/statistics/base/mean.m
+++ b/scripts/statistics/base/mean.m
@@ -38,7 +38,7 @@
 ## The optional argument @var{opt} selects the type of mean to compute.
 ## The following options are recognized:
 ##
-## @table @code
+## @table @asis
 ## @item "a"
 ## Compute the (ordinary) arithmetic mean.  [default]
 ##
--- a/scripts/statistics/base/moment.m
+++ b/scripts/statistics/base/moment.m
@@ -43,7 +43,7 @@
 ##
 ## The optional string @var{type} specifies the type of moment to be computed.
 ## Valid options are:
-## @table @code
+## @table @asis
 ## @item "c"
 ##   Central Moment.  The moment about the mean defined as
 ## @tex
--- a/scripts/strings/isstrprop.m
+++ b/scripts/strings/isstrprop.m
@@ -34,7 +34,7 @@
 ##
 ## The second argument @var{prop} must be one of
 ##
-## @table @code
+## @table @asis
 ## @item "alpha"
 ## True for characters that are alphabetic (letters).
 ##
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
+2011-01-20  Rik  <octave@nomad.inbox5.com>
+
+	* src/file-io.cc, src/variables.cc: Prevent doubled quotes around @table
+	items in Info.
+
 2011-01-20  Rik  <octave@nomad.inbox5.com>
 
 	* src/DLD-FUNCTIONS/chol.cc, src/DLD-FUNCTIONS/luinc.cc,
--- a/src/file-io.cc
+++ b/src/file-io.cc
@@ -1381,7 +1381,7 @@
 The optional argument @var{precision} is a string specifying the type of\n\
 data to read and may be one of\n\
 \n\
-@table @code\n\
+@table @asis\n\
 @item \"schar\"\n\
 @itemx \"signed char\"\n\
 Signed character.\n\
--- a/src/variables.cc
+++ b/src/variables.cc
@@ -533,7 +533,7 @@
 If the optional argument @var{type} is supplied, check only for\n\
 symbols of the specified type.  Valid types are\n\
 \n\
-@table @samp\n\
+@table @asis\n\
 @item \"var\"\n\
 Check only for variables.\n\
 \n\