mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-24 09:05:54 -04: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
|
- cat pipewire_module_pages
|
||||||
- |
|
- |
|
||||||
for page in $(cat pipewire_module_pages); do
|
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
|
done
|
||||||
|
|
||||||
check_missing_headers:
|
check_missing_headers:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue