diff scripts/sparse/etreeplot.m @ 5642:2618a0750ae6

[project @ 2006-03-06 21:26:48 by jwe]
author jwe
date Mon, 06 Mar 2006 21:26:54 +0000
parents 6ada1581e8b4
children 93c65f2a5668
line wrap: on
line diff
--- a/scripts/sparse/etreeplot.m
+++ b/scripts/sparse/etreeplot.m
@@ -22,8 +22,8 @@
 ## @code{@var{s}+@var{s}'}  if @var{s} in non-symmetric.  The optional
 ## parameters @var{line_style} and @var{edge_style} define the output
 ## style.
+## @seealso{treeplot, gplot}
 ## @end deftypefn
-## @seealso{treeplot,gplot}
 
 function etreeplot (s, varargin)
   treeplot (etree (s+s'), varargin{:});