summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRoger Leigh <rleigh@debian.org>2010-07-11 10:51:10 +0100
committerRoger Leigh <rleigh@debian.org>2010-07-11 21:02:57 +0100
commitd1d4aba2e4e5392a7529d2dbfa14156264d83db0 (patch)
tree8c69c36320b68486e0630f99c5925974fb545d98 /doc
parentf21a1b292e609e54ed8b188d8d613e946cea432d (diff)
downloadschroot-d1d4aba2e4e5392a7529d2dbfa14156264d83db0.tar.gz
doc: Explicitly list missing documentation
Diffstat (limited to 'doc')
-rw-r--r--doc/Makefile.am11
-rw-r--r--doc/sbuild.dox.in2
-rw-r--r--doc/schroot.dox.in2
3 files changed, 13 insertions, 2 deletions
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 24d138fc..a20917f7 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -35,11 +35,22 @@ sbuild.log: sbuild.dox $(top_srcdir)/configure
$(RM) -rf sbuild/html
$(DOXYGEN) sbuild.dox
touch $@
+ @UNDOCUMENTED=$$(cat $@); \
+ if [ -n "$$UNDOCUMENTED" ]; then \
+ echo "---------- UNDOCUMENTED CODE ----------"; \
+ echo "$$UNDOCUMENTED"; \
+ fi
schroot.log: sbuild.log schroot.dox $(top_srcdir)/configure
$(RM) -rf schroot/html
$(DOXYGEN) schroot.dox
touch $@
+ touch $@
+ @UNDOCUMENTED=$$(cat $@); \
+ if [ -n "$$UNDOCUMENTED" ]; then \
+ echo "---------- UNDOCUMENTED CODE ----------"; \
+ echo "$$UNDOCUMENTED"; \
+ fi
PS_DEPS = \
$(top_builddir)/man/schroot.1 \
diff --git a/doc/sbuild.dox.in b/doc/sbuild.dox.in
index 3744cad2..0d6fa606 100644
--- a/doc/sbuild.dox.in
+++ b/doc/sbuild.dox.in
@@ -297,7 +297,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-EXTRACT_ALL = YES
+EXTRACT_ALL = NO
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
diff --git a/doc/schroot.dox.in b/doc/schroot.dox.in
index bdd816d0..81426f8d 100644
--- a/doc/schroot.dox.in
+++ b/doc/schroot.dox.in
@@ -297,7 +297,7 @@ SYMBOL_CACHE_SIZE = 0
# Private class members and static file members will be hidden unless
# the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
-EXTRACT_ALL = YES
+EXTRACT_ALL = NO
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.