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

@@ -29,7 +29,7 @@ typedef EIGEN_DEFAULT_DENSE_INDEX_TYPE DenseIndex;
/**
* \brief The Index type as used for the API.
* \details To change this, \c \#define the preprocessor symbol \c EIGEN_DEFAULT_DENSE_INDEX_TYPE.
* \sa \ref TopicPreprocessorDirectives, StorageIndex.
* \sa \blank \ref TopicPreprocessorDirectives, StorageIndex.
*/
typedef EIGEN_DEFAULT_DENSE_INDEX_TYPE Index;