everything works, make now runs doxygen once and only once, after all

the required files have been generated.
This commit is contained in:
Benoit Jacob
2007-12-21 11:29:04 +00:00
parent c38156a217
commit e937583655
6 changed files with 23 additions and 3 deletions

View File

@@ -42,6 +42,8 @@
* \include class_DynBlock.cpp
* Output:
* \verbinclude class_DynBlock.out
*
* \sa MatrixBase::dynBlock()
*/
template<typename MatrixType> class DynBlock
: public MatrixBase<typename MatrixType::Scalar, DynBlock<MatrixType> >