diff options
author | Miloslav Trmač <mitr@redhat.com> | 2013-04-10 01:57:20 +0200 |
---|---|---|
committer | Miloslav Trmač <mitr@redhat.com> | 2013-04-15 23:22:19 +0200 |
commit | 3a2d517176f7fe6bc2d19eed74888431090e1cc2 (patch) | |
tree | cd5703423b621bd54d2a2b7c469526f99c12de75 /docs | |
parent | 2e7c6be92c2892164ca253ebe14ad7d94b802afd (diff) | |
download | polkit-3a2d517176f7fe6bc2d19eed74888431090e1cc2.tar.gz |
Leave out backend from gtk-doc generation
... which silences warnings about these classes missing from
polkit-1-sections.txt
https://bugs.freedesktop.org/show_bug.cgi?id=63573
Diffstat (limited to 'docs')
-rw-r--r-- | docs/polkit/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/polkit/Makefile.am b/docs/polkit/Makefile.am index e0b669a..13ca938 100644 --- a/docs/polkit/Makefile.am +++ b/docs/polkit/Makefile.am @@ -16,7 +16,7 @@ SCAN_OPTIONS=--ignore-headers=config.h # gtk-doc will search all .c and .h files beneath these paths # for inline comments documenting functions and macros. # e.g. DOC_SOURCE_DIR=$(top_srcdir)/gtk $(top_srcdir)/gdk -DOC_SOURCE_DIR=$(top_srcdir)/src +DOC_SOURCE_DIR=$(top_srcdir)/src/polkit $(top_srcdir)/src/polkitagent # Used for dependencies HFILE_GLOB=$(top_srcdir)/src/polkit*/*.h |