Skip to content

Commit a21b636

Browse files
committed
use Claude to author stdexec documentation
1 parent 6d7ad68 commit a21b636

32 files changed

Lines changed: 6811 additions & 72 deletions

docs/CONTRIBUTING-docs.md

Lines changed: 537 additions & 0 deletions
Large diffs are not rendered by default.

docs/Doxyfile.in

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2370,7 +2370,7 @@ PREDEFINED = "__cplusplus=202302L" \
23702370
"STDEXEC=stdexec" \
23712371
"STDEXEC_PARALLEL_SCHEDULER_HEADER_ONLY=1" \
23722372
"STDEXEC_PARALLEL_SCHEDULER_INLINE=inline" \
2373-
"STDEXEC_ATTRIBUTE(X)= " \
2373+
"STDEXEC_ATTRIBUTE(...)= " \
23742374
"STDEXEC_IMMOVABLE_NO_UNIQUE_ADDRESS= " \
23752375
"STDEXEC_AUTO_RETURN(...)=->decltype(auto){ return __VA_ARGS__; }" \
23762376
"STDEXEC_EXPLICIT_THIS_BEGIN(...)=__VA_ARGS__" \
@@ -2379,7 +2379,12 @@ PREDEFINED = "__cplusplus=202302L" \
23792379
"STDEXEC_MSVC()=0" \
23802380
"STDEXEC_GCC()=0" \
23812381
"STDEXEC_NVHPC()=0" \
2382-
"STDEXEC_EDG()=0"
2382+
"STDEXEC_EDG()=0" \
2383+
"STDEXEC_PRAGMA_PUSH()= " \
2384+
"STDEXEC_PRAGMA_POP()= " \
2385+
"STDEXEC_PRAGMA_IGNORE_GNU(X)= " \
2386+
"STDEXEC_PRAGMA_IGNORE_EDG(X)= " \
2387+
"STDEXEC_PRAGMA_IGNORE_MSVC(X)= "
23832388

23842389
# If the MACRO_EXPANSION and EXPAND_ONLY_PREDEF tags are set to YES then this
23852390
# tag can be used to specify a list of macro names that should be expanded. The

0 commit comments

Comments
 (0)