From 5df478d1d628d2291efd3292e1efe3ff271c2289 Mon Sep 17 00:00:00 2001 From: julie Date: Wed, 11 Nov 2015 06:20:49 +0000 Subject: Committing patch submitted by Christopher Conrad on Sept 25th 2015 From Christopher: I noticed the following errors in the documentation and attached patches for all of them: - Sometimes the function name in the docstring \brief does not match the actual function name (ex: xSYGV*). - According to the documentation, xLAHRD is obsolete but not deprecated. - The parameter N in xLA(R)SCL2 is not the number of columns of D. Also, I updated the Doxyfile (doxygen -u DOCS/Doxyfile) and removed the missing DOT_FONTNAME to get rid of the Doxygen warnings. --- SRC/dlarscl2.f | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'SRC/dlarscl2.f') diff --git a/SRC/dlarscl2.f b/SRC/dlarscl2.f index b1912460..3a167c8d 100644 --- a/SRC/dlarscl2.f +++ b/SRC/dlarscl2.f @@ -53,7 +53,7 @@ *> \param[in] N *> \verbatim *> N is INTEGER -*> The number of columns of D and X. N >= 0. +*> The number of columns of X. N >= 0. *> \endverbatim *> *> \param[in] D -- cgit v1.2.3