fix most of the doxygen warnings
This commit is contained in:
parent
22224ad793
commit
faaf13194f
42 changed files with 84 additions and 52 deletions
|
|
@ -43,6 +43,7 @@ template <class FitT> class eoInt: public eoVector<FitT, int>
|
|||
/**
|
||||
* (Default) Constructor.
|
||||
* @param size Size of the std::vector
|
||||
* @param value fill the vector with this value
|
||||
*/
|
||||
eoInt(unsigned size = 0, int value = 0):
|
||||
eoVector<FitT, int>(size, value) {}
|
||||
|
|
|
|||
Reference in a new issue