summaryrefslogtreecommitdiff
path: root/docs/polkit/Makefile.am
diff options
context:
space:
mode:
authorMiloslav Trmač <mitr@redhat.com>2013-04-10 02:46:38 +0200
committerMiloslav Trmač <mitr@redhat.com>2013-04-15 23:22:25 +0200
commit1df991e3bfc222dfe16fcb197e97d4738450c8b3 (patch)
tree6bc0dbc1f9127148b84bcf37a085bfae28f50d83 /docs/polkit/Makefile.am
parent3a2d517176f7fe6bc2d19eed74888431090e1cc2 (diff)
downloadpolkit-1df991e3bfc222dfe16fcb197e97d4738450c8b3.tar.gz
Fix most "undocumented symbol" warnings
- Mark private header files as private. - Fix obvious typos in the section file. https://bugs.freedesktop.org/show_bug.cgi?id=63573
Diffstat (limited to 'docs/polkit/Makefile.am')
-rw-r--r--docs/polkit/Makefile.am4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/polkit/Makefile.am b/docs/polkit/Makefile.am
index 13ca938..fcfa92a 100644
--- a/docs/polkit/Makefile.am
+++ b/docs/polkit/Makefile.am
@@ -10,7 +10,7 @@ DOC_MODULE=polkit-1
DOC_MAIN_SGML_FILE=polkit-1-docs.xml
# Extra options to supply to gtkdoc-scan
-SCAN_OPTIONS=--ignore-headers=config.h
+SCAN_OPTIONS=
# Directories containing the source code.
# gtk-doc will search all .c and .h files beneath these paths
@@ -24,6 +24,8 @@ CFILE_GLOB=$(top_srcdir)/src/polkit*/*.c
# Headers to ignore
IGNORE_HFILES= \
+ polkitprivate.h \
+ polkitagenthelperprivate.h \
$(NULL)
# CFLAGS and LDFLAGS for compiling scan program. Only needed