From 866ee11795433109f97d3c4c1712d2b301929885 Mon Sep 17 00:00:00 2001 From: Henning Thielemann Date: Mon, 12 Jun 2017 11:48:13 +0200 Subject: BLAS: add Doxygen comments for parameters where missing --- BLAS/SRC/srotg.f | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) (limited to 'BLAS/SRC/srotg.f') diff --git a/BLAS/SRC/srotg.f b/BLAS/SRC/srotg.f index b4484fb3..471fc54d 100644 --- a/BLAS/SRC/srotg.f +++ b/BLAS/SRC/srotg.f @@ -23,6 +23,29 @@ *> SROTG construct givens plane rotation. *> \endverbatim * +* Arguments: +* ========== +* +*> \param[in] SA +*> \verbatim +*> SA is REAL +*> \endverbatim +*> +*> \param[in] SB +*> \verbatim +*> SB is REAL +*> \endverbatim +*> +*> \param[out] C +*> \verbatim +*> C is REAL +*> \endverbatim +*> +*> \param[out] S +*> \verbatim +*> S is REAL +*> \endverbatim +* * Authors: * ======== * -- cgit v1.2.3