Fix most Doxygen warnings. Also add links to stable documentation from unsupported modules (by using the corresponding Doxytags file).

This commit is contained in:
Christoph Hertzberg
2018-10-19 21:10:28 +02:00
parent a4afa90d16
commit d107a371c6
17 changed files with 84 additions and 62 deletions

View File

@@ -931,7 +931,7 @@ class BlockSparseMatrix : public SparseMatrixBase<BlockSparseMatrix<_Scalar,_Blo
}
/**
* \returns the starting position of the block <id> in the array of values
* \returns the starting position of the block \p id in the array of values
*/
Index blockPtr(Index id) const
{