We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Platform-specific documentation
1 parent 5786455 commit 58cd703Copy full SHA for 58cd703
ci/dox.sh
@@ -60,7 +60,7 @@ while read -r target; do
60
mkdir -p "${TARGET_DOC_DIR}/${target}"
61
cp -r "target/${target}/doc" "${TARGET_DOC_DIR}/${target}"
62
63
- echo "* [${target}](${target}/libc/index.html)" >> $PLATFORM_SUPPORT
+ echo "* [${target}](${target}/doc/libc/index.html)" >> $PLATFORM_SUPPORT
64
done < targets
65
66
# Replace <div class="platform_support"></div> with the contents of $PLATFORM_SUPPORT
0 commit comments