grouping classes in documentation
This commit is contained in:
parent
284b048dcc
commit
8e70cbea01
39 changed files with 140 additions and 23 deletions
|
|
@ -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
|
||||
|
|
|
|||
Reference in a new issue