Skip to content

Commit 941fe82

Browse files
committed
Fix issues. Omit highlighting of cpp:function:: for now
1 parent 03e0fd9 commit 941fe82

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

doc/main/reference/rvalue_reduce.rst

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ Parallel Reduction for rvalues
1010
.. role:: specext
1111

1212
.. raw:: html
13+
1314
<style> .specext {background-color:yellow;} </style>
1415

1516
Description
@@ -26,7 +27,7 @@ Modifications of the API specifications are :specext:`highlighted`.
2627

2728
**ParallelReduceFunc Requirements: Pseudo-Signature, Semantics**
2829

29-
.. cpp:function:: :specext:`Value Func::operator()(const Range& range, Value&& x) const`
30+
.. cpp:function:: Value Func::operator()(const Range& range, Value&& x) const
3031

3132
:specext:`or`
3233

@@ -42,14 +43,7 @@ Modifications of the API specifications are :specext:`highlighted`.
4243

4344
**ParallelReduceReduction Requirements: Pseudo-Signature, Semantics**
4445

45-
.. cpp:function:: Value Reduction::operator()(const Value& x, const Value& y) const
46-
47-
Combines results ``x`` and ``y``.
48-
``Value`` type must be the same as a corresponding template parameter for the
49-
:doc:`parallel_reduce algorithm <../../algorithms/functions/parallel_reduce_func>` algorithm.
50-
51-
52-
.. cpp:function:: :specext:`Value Reduction::operator()(Value&& x, Value&& y) const`
46+
.. cpp:function:: Value Reduction::operator()(Value&& x, Value&& y) const`
5347

5448
:specext:`or`
5549

0 commit comments

Comments
 (0)