ci(docs): fix doxymark api-private root and drop empty files (#10121)

This commit is contained in:
Mutahhar Mustafa Khan
2026-05-13 09:06:08 +01:00
committed by GitHub
parent 4a253d4f1d
commit 9240371d45
+3 -2
View File
@@ -102,11 +102,12 @@ jobs:
--preset fumadocs \
--auto-group \
--root api=./include/lvgl \
--root 'api-private=./src#*_private.h' \
--root api-private=./src \
--source-url-for api=https://github.com/lvgl/lvgl/tree/${{ github.sha }}/include/lvgl \
--source-url-for api-private=https://github.com/lvgl/lvgl/tree/${{ github.sha }}/src \
--root-title api=API \
--root-title 'api-private=API Private'
--root-title 'api-private=API Private' \
--drop-empty-files
rm -rf docs/doxygen
- name: Install Example Documentation