@@ -43,12 +43,12 @@ The concepts fall into three layers:
4343 its lifetime is tracked.
4444
4545Sender concepts
46- ~~~~~~~~~~~~~~~
46+ ^^^^^^^^^^^^^^^
4747
4848.. _ref-concept-sender :
4949
5050``sender ``
51- ^^^^^^^^^^
51+ ~~~~~~~~~~
5252
5353.. doxygenconcept :: stdexec::sender
5454
@@ -59,24 +59,24 @@ Sender concepts
5959.. _ref-concept-sender_in :
6060
6161``sender_in ``
62- ^^^^^^^^^^^^^
62+ ~~~~~~~~~~~~~
6363
6464.. doxygenconcept :: stdexec::sender_in
6565
6666.. _ref-concept-sender_to :
6767
6868``sender_to ``
69- ^^^^^^^^^^^^^
69+ ~~~~~~~~~~~~~
7070
7171.. doxygenconcept :: stdexec::sender_to
7272
7373Receiver and operation-state concepts
74- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
74+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
7575
7676.. _ref-concept-receiver :
7777
7878``receiver ``
79- ^^^^^^^^^^^^
79+ ~~~~~~~~~~~~
8080
8181.. doxygenconcept :: stdexec::receiver
8282
@@ -85,40 +85,40 @@ Receiver and operation-state concepts
8585.. _ref-concept-receiver_of :
8686
8787``receiver_of ``
88- ^^^^^^^^^^^^^^^
88+ ~~~~~~~~~~~~~~~
8989
9090.. doxygenconcept :: stdexec::receiver_of
9191
9292.. _ref-concept-operation_state :
9393
9494``operation_state ``
95- ^^^^^^^^^^^^^^^^^^^
95+ ~~~~~~~~~~~~~~~~~~~
9696
9797.. doxygenconcept :: stdexec::operation_state
9898
9999.. doxygenstruct :: stdexec::operation_state_tag
100100
101101Context concepts
102- ~~~~~~~~~~~~~~~~
102+ ^^^^^^^^^^^^^^^^
103103
104104.. _ref-concept-scheduler :
105105
106106``scheduler ``
107- ^^^^^^^^^^^^^
107+ ~~~~~~~~~~~~~
108108
109109.. doxygenconcept :: stdexec::scheduler
110110
111111.. _ref-concept-scope_token :
112112
113113``scope_token ``
114- ^^^^^^^^^^^^^^^
114+ ~~~~~~~~~~~~~~~
115115
116116.. doxygenconcept :: stdexec::scope_token
117117
118118.. _ref-concept-scope_association :
119119
120120``scope_association ``
121- ^^^^^^^^^^^^^^^^^^^^^
121+ ~~~~~~~~~~~~~~~~~~~~~
122122
123123.. doxygenconcept :: stdexec::scope_association
124124
@@ -154,12 +154,12 @@ narrative walkthrough of how these fit together when writing a new
154154sender adaptor.
155155
156156Sender-side
157- ~~~~~~~~~~~
157+ ^^^^^^^^^^^
158158
159159.. _ref-cpo-connect :
160160
161161``connect ``
162- ^^^^^^^^^^^
162+ ~~~~~~~~~~~
163163
164164.. doxygenstruct :: stdexec::connect_t
165165 :members:
@@ -169,7 +169,7 @@ Sender-side
169169.. _ref-cpo-get_completion_signatures :
170170
171171``get_completion_signatures ``
172- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
172+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
173173
174174Unlike the other entries in this section, ``get_completion_signatures ``
175175is a *function template * (not a CPO instance), so it has no underlying
@@ -180,25 +180,25 @@ share documentation:
180180 :sections: briefdescription detaileddescription
181181
182182Operation-state-side
183- ~~~~~~~~~~~~~~~~~~~~
183+ ^^^^^^^^^^^^^^^^^^^^
184184
185185.. _ref-cpo-start :
186186
187187``start ``
188- ^^^^^^^^^
188+ ~~~~~~~~~
189189
190190.. doxygenstruct :: stdexec::start_t
191191 :members:
192192
193193.. doxygenvariable :: stdexec::start
194194
195195Receiver-side
196- ~~~~~~~~~~~~~
196+ ^^^^^^^^^^^^^
197197
198198.. _ref-cpo-set_value :
199199
200200``set_value ``
201- ^^^^^^^^^^^^^
201+ ~~~~~~~~~~~~~
202202
203203.. doxygenstruct :: stdexec::set_value_t
204204 :members:
@@ -208,7 +208,7 @@ Receiver-side
208208.. _ref-cpo-set_error :
209209
210210``set_error ``
211- ^^^^^^^^^^^^^
211+ ~~~~~~~~~~~~~
212212
213213.. doxygenstruct :: stdexec::set_error_t
214214 :members:
@@ -218,7 +218,7 @@ Receiver-side
218218.. _ref-cpo-set_stopped :
219219
220220``set_stopped ``
221- ^^^^^^^^^^^^^^^
221+ ~~~~~~~~~~~~~~~
222222
223223.. doxygenstruct :: stdexec::set_stopped_t
224224 :members:
@@ -228,7 +228,7 @@ Receiver-side
228228.. _ref-cpo-get_env :
229229
230230``get_env ``
231- ^^^^^^^^^^^
231+ ~~~~~~~~~~~
232232
233233.. doxygenstruct :: stdexec::get_env_t
234234 :members:
@@ -315,7 +315,7 @@ for an approachable introduction.
315315.. _ref-just_from :
316316
317317``just_from `` (experimental) — like ``just `` but value-producing via a function
318- """""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""""
318+ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
319319
320320.. doxygenvariable :: experimental::execution::just_from
321321
0 commit comments