grouping classes in documentation

This commit is contained in:
Johann Dreo 2010-11-05 11:26:04 +01:00
commit 8e70cbea01
39 changed files with 140 additions and 23 deletions

View file

@ -29,6 +29,10 @@
#include <functional>
/** @ddtogroup Core
* @{
*/
/** Base class for functors to get a nice hierarchy diagram
That's actually quite an understatement as it does quite a bit more than
@ -173,5 +177,6 @@ eoFunctorBase::binary_function_tag functor_category(const eoBF<A1, A2, R>&)
return eoFunctorBase::binary_function_tag();
}
/** @} */
#endif