From: <car...@us...> - 2011-10-24 14:36:23
|
Revision: 8851 http://octave.svn.sourceforge.net/octave/?rev=8851&view=rev Author: carandraug Date: 2011-10-24 14:36:16 +0000 (Mon, 24 Oct 2011) Log Message: ----------- removing empty seealso from help text that can break with generate_html Modified Paths: -------------- trunk/octave-forge/extra/bim/inst/bim2c_tri_to_nodes.m trunk/octave-forge/main/financial/inst/rsindex.m trunk/octave-forge/main/miscellaneous/inst/read_options.m trunk/octave-forge/main/miscellaneous/inst/slurp_file.m trunk/octave-forge/main/miscellaneous/inst/temp_name.m trunk/octave-forge/main/nnet/inst/newp.m Modified: trunk/octave-forge/extra/bim/inst/bim2c_tri_to_nodes.m =================================================================== --- trunk/octave-forge/extra/bim/inst/bim2c_tri_to_nodes.m 2011-10-24 14:05:20 UTC (rev 8850) +++ trunk/octave-forge/extra/bim/inst/bim2c_tri_to_nodes.m 2011-10-24 14:36:16 UTC (rev 8851) @@ -26,7 +26,6 @@ ## If repeatedly performing interpolation on the same mesh the matrix @var{m_tri} obtained by a previous call ## to @code{bim2c_tri_to_nodes} may be passed as input to avoid unnecessary computations. ## -## @seealso{} ## @end deftypefn @@ -67,4 +66,4 @@ %! u_tri = randn (nel, 1); %! un1 = bim2c_tri_to_nodes (msh, u_tri); %! [un2, m] = bim2c_tri_to_nodes (msh, u_tri); -%! assert (un1, un2, 1e-10) \ No newline at end of file +%! assert (un1, un2, 1e-10) Modified: trunk/octave-forge/main/financial/inst/rsindex.m =================================================================== --- trunk/octave-forge/main/financial/inst/rsindex.m 2011-10-24 14:05:20 UTC (rev 8850) +++ trunk/octave-forge/main/financial/inst/rsindex.m 2011-10-24 14:36:16 UTC (rev 8851) @@ -26,7 +26,6 @@ ## The beginning of the @var{rsi} is padded with nans to match the size ## of @var{closeprice}. ## -## @seealso{} ## @end deftypefn function rsi = rsindex (cl, n) Modified: trunk/octave-forge/main/miscellaneous/inst/read_options.m =================================================================== --- trunk/octave-forge/main/miscellaneous/inst/read_options.m 2011-10-24 14:05:20 UTC (rev 8850) +++ trunk/octave-forge/main/miscellaneous/inst/read_options.m 2011-10-24 14:36:16 UTC (rev 8851) @@ -59,7 +59,6 @@ ## [is_man, is_plane, flies] = getfields (s,"is_man", "is_plane", "flies") ## pre 2.1.39 function [op,nread] = read_options (args, ...) ## @end example -## @seealso{} ## @end deftypefn function [op,nread] = read_options (args, varargin) ## pos 2.1.39 Modified: trunk/octave-forge/main/miscellaneous/inst/slurp_file.m =================================================================== --- trunk/octave-forge/main/miscellaneous/inst/slurp_file.m 2011-10-24 14:05:20 UTC (rev 8850) +++ trunk/octave-forge/main/miscellaneous/inst/slurp_file.m 2011-10-24 14:36:16 UTC (rev 8851) @@ -21,7 +21,6 @@ ## If @var{f} is not an absolute filename, and ## is not an immediately accessible file, slurp_file () ## will look for @var{f} in the path. -## @seealso{} ## @end deftypefn ## Author : Etienne Grossmann <et...@cs...> Modified: trunk/octave-forge/main/miscellaneous/inst/temp_name.m =================================================================== --- trunk/octave-forge/main/miscellaneous/inst/temp_name.m 2011-10-24 14:05:20 UTC (rev 8850) +++ trunk/octave-forge/main/miscellaneous/inst/temp_name.m 2011-10-24 14:36:16 UTC (rev 8851) @@ -26,7 +26,6 @@ ## temp_name() will find the smallest acceptable number for the name. ## Otherwise, a hopefully quicker method is used. ## -## @seealso{} ## @end deftypefn function n = temp_name (rootname, quick) Modified: trunk/octave-forge/main/nnet/inst/newp.m =================================================================== --- trunk/octave-forge/main/nnet/inst/newp.m 2011-10-24 14:05:20 UTC (rev 8850) +++ trunk/octave-forge/main/nnet/inst/newp.m 2011-10-24 14:36:16 UTC (rev 8851) @@ -36,8 +36,6 @@ ## ## @end deftypefn -## @seealso{} - ## Author: Michel D. Schmid function net = newp(Pr,ss,transFunc,learnFunc) @@ -142,4 +140,4 @@ # ======================================================== -endfunction \ No newline at end of file +endfunction This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |