Commit e6fe323c by Marcus Winter

algorithms_cpp: moved ExecutionPolicy and Identity to CPP_ALGORITHMS doxygen group

parent 8b6b7369
......@@ -38,11 +38,7 @@ namespace algorithms {
* - the affinity of tasks to MTAPI worker threads (not CPU cores) and
* - the priority of the spawned tasks.
*
* \ingroup CPP_ALGORITHMS_SCAN
* \ingroup CPP_ALGORITHMS_REDUCTION
* \ingroup CPP_ALGORITHMS_FOREACH
* \ingroup CPP_ALGORITHMS_COUNT
* \ingroup CPP_ALGORITHMS_SORTING
* \ingroup CPP_ALGORITHMS
*/
class ExecutionPolicy{
public:
......
......@@ -33,11 +33,7 @@ namespace algorithms {
/**
* Unary identity functor.
*
* \ingroup CPP_ALGORITHMS_SCAN
* \ingroup CPP_ALGORITHMS_REDUCTION
* \ingroup CPP_ALGORITHMS_FOREACH
* \ingroup CPP_ALGORITHMS_COUNT
* \ingroup CPP_ALGORITHMS_SORTING
* \ingroup CPP_ALGORITHMS
*/
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