# HG changeset patch # User Rik # Date 1295587754 28800 # Node ID 5ec6aa05638dd34b09a4ec4bb32803a0d6e2b583 # Parent f2e868fd8500997e27a0f95eedb030f1ca3002f4 Prevent doubled quotes around @table items in Info. diff -r f2e868fd8500 -r 5ec6aa05638d scripts/ChangeLog --- a/scripts/ChangeLog Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/ChangeLog Thu Jan 20 21:29:14 2011 -0800 @@ -1,3 +1,14 @@ +2011-01-20 Rik + + * 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 * mkdoc: Mark all scripts as coming from 'scripts/' directory diff -r f2e868fd8500 -r 5ec6aa05638d scripts/image/imshow.m --- a/scripts/image/imshow.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/image/imshow.m Thu Jan 20 21:29:14 2011 -0800 @@ -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 diff -r f2e868fd8500 -r 5ec6aa05638d scripts/image/saveimage.m --- a/scripts/image/saveimage.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/image/saveimage.m Thu Jan 20 21:29:14 2011 -0800 @@ -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. ## diff -r f2e868fd8500 -r 5ec6aa05638d scripts/io/dlmwrite.m --- a/scripts/io/dlmwrite.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/io/dlmwrite.m Thu Jan 20 21:29:14 2011 -0800 @@ -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. ## diff -r f2e868fd8500 -r 5ec6aa05638d scripts/io/strread.m --- a/scripts/io/strread.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/io/strread.m Thu Jan 20 21:29:14 2011 -0800 @@ -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. diff -r f2e868fd8500 -r 5ec6aa05638d scripts/miscellaneous/license.m --- a/scripts/miscellaneous/license.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/miscellaneous/license.m Thu Jan 20 21:29:14 2011 -0800 @@ -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. diff -r f2e868fd8500 -r 5ec6aa05638d scripts/optimization/glpk.m --- a/scripts/optimization/glpk.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/optimization/glpk.m Thu Jan 20 21:29:14 2011 -0800 @@ -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. ## diff -r f2e868fd8500 -r 5ec6aa05638d scripts/plot/refreshdata.m --- a/scripts/plot/refreshdata.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/plot/refreshdata.m Thu Jan 20 21:29:14 2011 -0800 @@ -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). ## diff -r f2e868fd8500 -r 5ec6aa05638d scripts/plot/shading.m --- a/scripts/plot/shading.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/plot/shading.m Thu Jan 20 21:29:14 2011 -0800 @@ -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. ## diff -r f2e868fd8500 -r 5ec6aa05638d scripts/plot/slice.m --- a/scripts/plot/slice.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/plot/slice.m Thu Jan 20 21:29:14 2011 -0800 @@ -39,7 +39,7 @@ ## ## @var{Method} is one of: ## -## @table @code +## @table @asis ## @item "nearest" ## Return the nearest neighbor. ## diff -r f2e868fd8500 -r 5ec6aa05638d scripts/plot/surfl.m --- a/scripts/plot/surfl.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/plot/surfl.m Thu Jan 20 21:29:14 2011 -0800 @@ -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 diff -r f2e868fd8500 -r 5ec6aa05638d scripts/plot/uimenu.m --- a/scripts/plot/uimenu.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/plot/uimenu.m Thu Jan 20 21:29:14 2011 -0800 @@ -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). diff -r f2e868fd8500 -r 5ec6aa05638d scripts/statistics/base/mean.m --- a/scripts/statistics/base/mean.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/statistics/base/mean.m Thu Jan 20 21:29:14 2011 -0800 @@ -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] ## diff -r f2e868fd8500 -r 5ec6aa05638d scripts/statistics/base/moment.m --- a/scripts/statistics/base/moment.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/statistics/base/moment.m Thu Jan 20 21:29:14 2011 -0800 @@ -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 diff -r f2e868fd8500 -r 5ec6aa05638d scripts/strings/isstrprop.m --- a/scripts/strings/isstrprop.m Thu Jan 20 20:31:42 2011 -0800 +++ b/scripts/strings/isstrprop.m Thu Jan 20 21:29:14 2011 -0800 @@ -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). ## diff -r f2e868fd8500 -r 5ec6aa05638d src/ChangeLog --- a/src/ChangeLog Thu Jan 20 20:31:42 2011 -0800 +++ b/src/ChangeLog Thu Jan 20 21:29:14 2011 -0800 @@ -1,3 +1,8 @@ +2011-01-20 Rik + + * src/file-io.cc, src/variables.cc: Prevent doubled quotes around @table + items in Info. + 2011-01-20 Rik * src/DLD-FUNCTIONS/chol.cc, src/DLD-FUNCTIONS/luinc.cc, diff -r f2e868fd8500 -r 5ec6aa05638d src/file-io.cc --- a/src/file-io.cc Thu Jan 20 20:31:42 2011 -0800 +++ b/src/file-io.cc Thu Jan 20 21:29:14 2011 -0800 @@ -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\ diff -r f2e868fd8500 -r 5ec6aa05638d src/variables.cc --- a/src/variables.cc Thu Jan 20 20:31:42 2011 -0800 +++ b/src/variables.cc Thu Jan 20 21:29:14 2011 -0800 @@ -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\