mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-02-20 01:40:28 -05:00
ci: Fix doccheck error message
This commit is contained in:
parent
569c2dce55
commit
f5107f3e83
1 changed files with 1 additions and 1 deletions
|
|
@ -658,7 +658,7 @@ doccheck:
|
|||
- cat pipewire_module_pages
|
||||
- |
|
||||
for page in $(cat pipewire_module_pages); do
|
||||
git grep -q -e "\\\subpage $page" || (echo "\\page $page is missing \\subpage entry in doc/pipewire-modules.dox" && false)
|
||||
git grep -q -e "\\\subpage $page" || (echo "\\page $page is missing \\subpage entry in doc/dox/modules.dox" && false)
|
||||
done
|
||||
|
||||
check_missing_headers:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue