diff scripts/sparse/treelayout.m @ 10793:be55736a0783

Grammarcheck the documentation from m-files.
author Rik <octave@nomad.inbox5.com>
date Sun, 18 Jul 2010 20:35:16 -0700
parents 95c3e38098bf
children c776f063fefe
line wrap: on
line diff
--- a/scripts/sparse/treelayout.m
+++ b/scripts/sparse/treelayout.m
@@ -17,10 +17,12 @@
 ## <http://www.gnu.org/licenses/>.
 
 ## -*- texinfo -*-
-## @deftypefn {Function File} {} treelayout (@var{Tree})
+## @deftypefn  {Function File} {} treelayout (@var{Tree})
 ## @deftypefnx {Function File} {} treelayout (@var{Tree}, @var{permutation})
-## treelayout lays out a tree or a forest.  The first argument @var{Tree} is a vector of
-## predecessors, optional parameter @var{permutation} is an optional postorder permutation.
+## treelayout lays out a tree or a forest.  The first argument @var{Tree} is a
+## vector of
+## predecessors, optional parameter @var{permutation} is an optional postorder
+## permutation.
 ## The complexity of the algorithm is O(n) in
 ## terms of time and memory requirements.
 ## @seealso{etreeplot, gplot,treeplot}