diff options
Diffstat (limited to 'doc/reference')
-rw-r--r-- | doc/reference/libtelepathy-logger/Makefile.am | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/reference/libtelepathy-logger/Makefile.am b/doc/reference/libtelepathy-logger/Makefile.am index 57063d0..4be8623 100644 --- a/doc/reference/libtelepathy-logger/Makefile.am +++ b/doc/reference/libtelepathy-logger/Makefile.am @@ -82,7 +82,10 @@ GTKDOC_LIBS= \ include $(top_srcdir)/gtk-doc.make if ENABLE_GTK_DOC -check-local: +# Enable this enforce the documenting of symbols in `make check` +# check-local: check-undocumented + +check-undocumented: @if grep '^0 symbols incomplete' \ $(srcdir)/telepathy-logger-undocumented.txt; then\ :; else \ |