diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-07-27 12:32:31 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-07-27 12:32:31 +0200 |
commit | 9add486d5bbb2ac6a3566e21d729107c26de77a3 (patch) | |
tree | a4d7c399b0e46207fc914df31732a0a57389af43 /doc | |
parent | 4454fc36a0dd9b6e99e302769084b2964eef34c1 (diff) |
Cleanup documentation warnings
* After recent hash table rewrite we should be ignoring the new
file.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Makefile.am | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am index 40d9279..7440f72 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -42,7 +42,7 @@ CFILE_GLOB=$(top_srcdir)/p11-kit/*.c # Header files to ignore when scanning. # e.g. IGNORE_HFILES=gtkdebug.h gtkintl.h -IGNORE_HFILES= p11-kit-private.h pkcs11.h conf.h debug.h hash.h util.h ptr-array.h +IGNORE_HFILES= p11-kit-private.h pkcs11.h conf.h debug.h hashmap.h util.h ptr-array.h # Images to copy into HTML directory. # e.g. HTML_IMAGES=$(top_srcdir)/gtk/stock-icons/stock_about_24.png @@ -70,4 +70,4 @@ include $(top_srcdir)/gtk-doc.make EXTRA_DIST += \ version.xml.in \ - version.xml
\ No newline at end of file + version.xml |