Fix and workaround several doxygen issues/warnings

(grafted from 2299717fd5
)
This commit is contained in:
Gael Guennebaud
2017-01-04 23:27:33 +01:00
parent 9499684320
commit ad95b924d0
13 changed files with 41 additions and 20 deletions

View File

@@ -138,7 +138,7 @@ class CompleteOrthogonalDecomposition {
* problem \f[\mathrm{minimize} \|A X - B\|, \f] where \b A is the matrix of
* which \c *this is the complete orthogonal decomposition.
*
* \param B the right-hand sides of the problem to solve.
* \param b the right-hand sides of the problem to solve.
*
* \returns a solution.
*