Workaround "empty paragraph" warning with clang -Wdocumentation

This commit is contained in:
Gael Guennebaud
2015-12-30 16:45:44 +01:00
parent eadc377b3f
commit addb7066e8
10 changed files with 19 additions and 18 deletions

View File

@@ -43,7 +43,7 @@ namespace Eigen {
* This class can be extended with the help of the plugin mechanism described on the page
* \ref TopicCustomizingEigen by defining the preprocessor symbol \c EIGEN_MATRIXBASE_PLUGIN.
*
* \sa \ref TopicClassHierarchy
* \sa \blank \ref TopicClassHierarchy
*/
template<typename Derived> class MatrixBase
: public DenseBase<Derived>