Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
e6fe323c
authored
Jan 26, 2015
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
algorithms_cpp: moved ExecutionPolicy and Identity to CPP_ALGORITHMS doxygen group
parent
8b6b7369
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
10 deletions
+2
-10
algorithms_cpp/include/embb/algorithms/execution_policy.h
+1
-5
algorithms_cpp/include/embb/algorithms/identity.h
+1
-5
No files found.
algorithms_cpp/include/embb/algorithms/execution_policy.h
View file @
e6fe323c
...
...
@@ -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
:
...
...
algorithms_cpp/include/embb/algorithms/identity.h
View file @
e6fe323c
...
...
@@ -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
{
/**
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment