Commit e6fe323c by Marcus Winter

algorithms_cpp: moved ExecutionPolicy and Identity to CPP_ALGORITHMS doxygen group

parent 8b6b7369
...@@ -38,11 +38,7 @@ namespace algorithms { ...@@ -38,11 +38,7 @@ namespace algorithms {
* - the affinity of tasks to MTAPI worker threads (not CPU cores) and * - the affinity of tasks to MTAPI worker threads (not CPU cores) and
* - the priority of the spawned tasks. * - the priority of the spawned tasks.
* *
* \ingroup CPP_ALGORITHMS_SCAN * \ingroup CPP_ALGORITHMS
* \ingroup CPP_ALGORITHMS_REDUCTION
* \ingroup CPP_ALGORITHMS_FOREACH
* \ingroup CPP_ALGORITHMS_COUNT
* \ingroup CPP_ALGORITHMS_SORTING
*/ */
class ExecutionPolicy{ class ExecutionPolicy{
public: public:
......
...@@ -33,11 +33,7 @@ namespace algorithms { ...@@ -33,11 +33,7 @@ namespace algorithms {
/** /**
* Unary identity functor. * Unary identity functor.
* *
* \ingroup CPP_ALGORITHMS_SCAN * \ingroup CPP_ALGORITHMS
* \ingroup CPP_ALGORITHMS_REDUCTION
* \ingroup CPP_ALGORITHMS_FOREACH
* \ingroup CPP_ALGORITHMS_COUNT
* \ingroup CPP_ALGORITHMS_SORTING
*/ */
struct Identity { struct Identity {
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment