changeset 8665:bcfe82a284e2 octave-forge

removing empty seealso from help text that can break with generate_html
author carandraug
date Mon, 24 Oct 2011 14:36:16 +0000
parents f3383e90d63d
children 285f7c59ee9b
files extra/bim/inst/bim2c_tri_to_nodes.m main/financial/inst/rsindex.m main/miscellaneous/inst/read_options.m main/miscellaneous/inst/slurp_file.m main/miscellaneous/inst/temp_name.m main/nnet/inst/newp.m
diffstat 6 files changed, 2 insertions(+), 9 deletions(-) [+]
line wrap: on
line diff
--- a/extra/bim/inst/bim2c_tri_to_nodes.m	Mon Oct 24 14:05:20 2011 +0000
+++ b/extra/bim/inst/bim2c_tri_to_nodes.m	Mon Oct 24 14:36:16 2011 +0000
@@ -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)
--- a/main/financial/inst/rsindex.m	Mon Oct 24 14:05:20 2011 +0000
+++ b/main/financial/inst/rsindex.m	Mon Oct 24 14:36:16 2011 +0000
@@ -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)
--- a/main/miscellaneous/inst/read_options.m	Mon Oct 24 14:05:20 2011 +0000
+++ b/main/miscellaneous/inst/read_options.m	Mon Oct 24 14:36:16 2011 +0000
@@ -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
--- a/main/miscellaneous/inst/slurp_file.m	Mon Oct 24 14:05:20 2011 +0000
+++ b/main/miscellaneous/inst/slurp_file.m	Mon Oct 24 14:36:16 2011 +0000
@@ -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 <etienne@cs.uky.edu>
--- a/main/miscellaneous/inst/temp_name.m	Mon Oct 24 14:05:20 2011 +0000
+++ b/main/miscellaneous/inst/temp_name.m	Mon Oct 24 14:36:16 2011 +0000
@@ -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)
 
--- a/main/nnet/inst/newp.m	Mon Oct 24 14:05:20 2011 +0000
+++ b/main/nnet/inst/newp.m	Mon Oct 24 14:36:16 2011 +0000
@@ -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