Skip to content

Commit d77037c

Browse files
committed
Add note about libdispatch docs
1 parent 161c341 commit d77037c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

source/APIRefs/Dispatch/index.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,7 @@
55
Comprehensive support for concurrent code execution on multicore hardware.
66

77
* <a href="HeaderDoc/masterTOC.html">**Objective-C API documentation**</a>
8+
9+
:::{note}
10+
The API documentation was built from [libdispatch for Swift 6.2, with patches applied to make the documentation work](https://github.com/ethanc8/swift-corelibs-libdispatch/tree/documentation) using [a slightly patched HeaderDoc](https://github.com/ethanc8/headerdoc/tree/gnustep). HeaderDoc must be installed to `/usr/local` and not inside a Conda environment (as far as I know) since Conda's packaging for perl seems to not work with HeaderDoc.
11+
:::

0 commit comments

Comments
 (0)