From: Stef Walter Date: Wed, 27 Jul 2011 10:32:31 +0000 (+0200) Subject: Cleanup documentation warnings X-Git-Tag: 0.3~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9add486d5bbb2ac6a3566e21d729107c26de77a3;p=p11-kit Cleanup documentation warnings * After recent hash table rewrite we should be ignoring the new file. --- 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