changeset 24200:140f1403d603 stable

doc: Update docstring for pinv. * pinv.cc (Fpinv): Use curly backets for @seealso{}. Added in cset 63fc7a75a3d7.
author Kai T. Ohlhus <k.ohlhus@gmail.com>
date Mon, 06 Nov 2017 13:24:15 +0100
parents 63fc7a75a3d7
children 558de6a42ff7 affd98ae79ef
files libinterp/corefcn/pinv.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/libinterp/corefcn/pinv.cc	Fri Nov 03 14:24:14 2017 -0700
+++ b/libinterp/corefcn/pinv.cc	Mon Nov 06 13:24:15 2017 +0100
@@ -49,7 +49,7 @@
 tol = max ([rows(@var{x}), columns(@var{x})]) * norm (@var{x}) * eps
 @end example
 
-@seealso(inv, ldivide)
+@seealso{inv, ldivide}
 @end deftypefn */)
 {
   int nargin = args.length ();