mirror of
https://github.com/lvgl/lvgl.git
synced 2026-05-26 02:37:01 +08:00
ci(docs): fix doxymark api-private root and drop empty files (#10121)
This commit is contained in:
committed by
GitHub
parent
4a253d4f1d
commit
9240371d45
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user