summaryrefslogtreecommitdiff
path: root/doc/public/check-doc-coverage.sh
diff options
context:
space:
mode:
authorBehdad Esfahbod <behdad@behdad.org>2008-09-18 15:28:43 -0400
committerBehdad Esfahbod <behdad@behdad.org>2008-09-18 15:28:43 -0400
commitc6a7971a1e83d80050c4e2cfb42401a8d3c1b321 (patch)
tree090f1dd5e868de3fe617d7e3fedfa982e7f68669 /doc/public/check-doc-coverage.sh
parentcf80c78f0cc14c5c07950dd0d0120954a446ab56 (diff)
[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.
Diffstat (limited to 'doc/public/check-doc-coverage.sh')
-rwxr-xr-xdoc/public/check-doc-coverage.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/public/check-doc-coverage.sh b/doc/public/check-doc-coverage.sh
index 170e312a0..26212dc01 100755
--- a/doc/public/check-doc-coverage.sh
+++ b/doc/public/check-doc-coverage.sh
@@ -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