Hi there,
when I document my classes always in front of the declaration,
like this:
/*!
* \class MyClass
*
* \brief Some description
*
*/
struct MyClass
{
};
Is it still usefull to use the \class tag?
Or is it redundant and should be avoided,
because it violates the DRY rule?
Regards,
zack
PS: Are there andy best practices for doxygen? What makes sense to use, what not?
when I document my classes always in front of the declaration,
like this:
/*!
* \class MyClass
*
* \brief Some description
*
*/
struct MyClass
{
};
Is it still usefull to use the \class tag?
Or is it redundant and should be avoided,
because it violates the DRY rule?
Regards,
zack
PS: Are there andy best practices for doxygen? What makes sense to use, what not?
------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________ Doxygen-users mailing list Doxygen-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/doxygen-users