changeset 21968:973db845cb43

doc: Remove stray '\n' from docstrings. * rand.cc, convhulln.cc: Remove stray '\n' from docstrings.
author Rik <rik@octave.org>
date Tue, 21 Jun 2016 16:50:41 -0700
parents 17457503ba95
children b3d19ade4cd5
files libinterp/corefcn/rand.cc libinterp/dldfcn/convhulln.cc
diffstat 2 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/rand.cc	Tue Jun 21 16:38:59 2016 -0700
+++ b/libinterp/corefcn/rand.cc	Tue Jun 21 16:50:41 2016 -0700
@@ -705,7 +705,7 @@
 r1 = 2 * randg (n1 / 2) / n1
 ## r2 equals 1 if n2 is infinite
 r2 = 2 * randg (n2 / 2) / n2
-r = r1 / r2\n
+r = r1 / r2
 @end group
 @end example
 
--- a/libinterp/dldfcn/convhulln.cc	Tue Jun 21 16:38:59 2016 -0700
+++ b/libinterp/dldfcn/convhulln.cc	Tue Jun 21 16:50:41 2016 -0700
@@ -104,7 +104,7 @@
 default arguments in @var{options}.  Use a null string to pass no arguments.
 
 If the second output @var{v} is requested the volume of the enclosing
-convex hull is calculated.\n
+convex hull is calculated.
 @seealso{convhull, delaunayn, voronoin}
 @end deftypefn */)
 {