Skip to content

Commit

Permalink
Add documentation support
Browse files Browse the repository at this point in the history
  • Loading branch information
hkaiser committed Jun 1, 2017
1 parent 353e594 commit a333ef7
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CMakeLists.txt
Expand Up @@ -102,6 +102,7 @@ set(doxygen_dependencies
"${PROJECT_SOURCE_DIR}/hpx/parallel/algorithms/transform_reduce_binary.hpp"
"${PROJECT_SOURCE_DIR}/hpx/parallel/algorithms/uninitialized_copy.hpp"
"${PROJECT_SOURCE_DIR}/hpx/parallel/algorithms/uninitialized_fill.hpp"
"${PROJECT_SOURCE_DIR}/hpx/parallel/algorithms/uninitialized_value_construct.hpp"
"${PROJECT_SOURCE_DIR}/hpx/parallel/container_algorithms/copy.hpp"
"${PROJECT_SOURCE_DIR}/hpx/parallel/container_algorithms/for_each.hpp"
"${PROJECT_SOURCE_DIR}/hpx/parallel/container_algorithms/generate.hpp"
Expand Down
4 changes: 4 additions & 0 deletions docs/hpx.idx
Expand Up @@ -331,6 +331,10 @@ parallel::uninitialized_copy_n "uninitialized_copy_n" "hpx\.parallel\.v1\
parallel::uninitialized_fill "uninitialized_fill" "hpx\.parallel\.v1\.uninitialized_fill$"
parallel::uninitialized_fill_n "uninitialized_fill_n" "hpx\.parallel\.v1\.uninitialized_fill_n.*"

# hpx/parallel/algorithms/uninitialized_value_construct.hpp
parallel::uninitialized_value_construct "uninitialized_value_construct" "hpx\.parallel\.v1\.uninitialized_value_construct$"
parallel::uninitialized_value_construct_n "uninitialized_value_construct_n" "hpx\.parallel\.v1\.uninitialized_val_id.*"

# hpx/runtime/components/colocating_distribution_policy.hpp
colocating_distribution_policy "" "hpx\.components\.colocating_distri_id.*"
colocated "" "hpx\.components\.colocated.*"
Expand Down
10 changes: 10 additions & 0 deletions docs/manual/parallel_algorithms.qbk
Expand Up @@ -482,6 +482,16 @@ __hpx__ provides implementations of the following parallel algorithms:
[`<hpx/include/parallel_uninitialized_fill.hpp>`]
[[cpprefmemdocs uninitialized_fill_n]]
]
[[ [algoref uninitialized_value_construct] ]
[Constructs objects in an uninitialized area of memory.]
[`<hpx/include/parallel_uninitialized_value_construct.hpp>`]
[[cpprefmemdocs uninitialized_value_construct]]
]
[[ [algoref uninitialized_value_construct_n] ]
[Constructs objects in an uninitialized area of memory.]
[`<hpx/include/uninitialized_value_construct.hpp>`]
[[cpprefmemdocs uninitialized_value_construct_n]]
]
]

[table Index-based for-loops (In Header: `<hpx/include/parallel_algorithm.hpp>`)
Expand Down

0 comments on commit a333ef7

Please sign in to comment.