Docs remove Global Namespace markdown heading
All checks were successful
Build documentation / build-and-deploy (push) Successful in 1m11s

This commit is contained in:
2026-02-13 16:47:21 +01:00
parent ea6f13397e
commit 394753b781

View File

@@ -26,7 +26,10 @@ format:
clang-format -i $$(git ls-files '*.c' '*.h') clang-format -i $$(git ls-files '*.c' '*.h')
docs: docs:
rm -rf docs
clang-doc --format=md --output docs -p . $$(git ls-files '*.h') clang-doc --format=md --output docs -p . $$(git ls-files '*.h')
for f in ./docs/GlobalNamespace/*.md; do sed -i '/^# Global Namespace/d' "$$f"; done
rm -rf ../docs/libs/$(libname)
mkdir -p ../docs/libs/$(libname) mkdir -p ../docs/libs/$(libname)
cp ./docs/GlobalNamespace/*.md ../docs/libs/$(libname) cp ./docs/GlobalNamespace/*.md ../docs/libs/$(libname)