mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2026-02-04 22:20:28 +01:00
[doc/public/check-doc-coverage.sh] Fix typo in checking cairo-undeclared.txt
Copy/paste error meant we were not checking cairo-undeclared.txt there. Indeed the test was passing even though Carl forgot to remove lcd-fitlering API from docs. The test fails now.
This commit is contained in:
parent
cf80c78f0c
commit
c6a7971a1e
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ test -z "$srcdir" && srcdir=.
|
|||
stat=0
|
||||
|
||||
if test -f "$DOC_MODULE-undeclared.txt"; then
|
||||
undeclared=`cat "$DOC_MODULE-unused.txt"`
|
||||
undeclared=`cat "$DOC_MODULE-undeclared.txt"`
|
||||
if test -n "$undeclared"; then
|
||||
echo Undeclared documentation symbols: 1>&2
|
||||
cat "$DOC_MODULE-undeclared.txt" 1>&2
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue