summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Volz <andreas.volz@tux-style.com>2011-12-01 10:06:46 +0100
committerAndreas Volz <andreas.volz@tux-style.com>2011-12-01 10:06:46 +0100
commit8c87a34e434f9285f9bff23b078db7d01487ab88 (patch)
treeffa50ab325ea37de0a4d041bcd7788a06e0cbf95
parent57fcee61760d8d1e36b743d42613351243d48a1b (diff)
downloaddbus-c++-8c87a34e434f9285f9bff23b078db7d01487ab88.tar.gz
docs - enable private
-rw-r--r--doc/Doxyfile.in14
-rw-r--r--doc/Makefile.am2
2 files changed, 8 insertions, 8 deletions
diff --git a/doc/Doxyfile.in b/doc/Doxyfile.in
index 6feea9b..4d9f50f 100644
--- a/doc/Doxyfile.in
+++ b/doc/Doxyfile.in
@@ -312,18 +312,18 @@ EXTRACT_ALL = YES
# If the EXTRACT_PRIVATE tag is set to YES all private members of a class
# will be included in the documentation.
-EXTRACT_PRIVATE = NO
+EXTRACT_PRIVATE = YES
# If the EXTRACT_STATIC tag is set to YES all static members of a file
# will be included in the documentation.
-EXTRACT_STATIC = NO
+EXTRACT_STATIC = YES
# If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs)
# defined locally in source files will be included in the documentation.
# If set to NO only classes defined in header files are included.
-EXTRACT_LOCAL_CLASSES = NO
+EXTRACT_LOCAL_CLASSES = YES
# This flag is only useful for Objective-C code. When set to YES local
# methods, which are defined in the implementation section but not in
@@ -338,7 +338,7 @@ EXTRACT_LOCAL_METHODS = NO
# name of the file that contains the anonymous namespace. By default
# anonymous namespace are hidden.
-EXTRACT_ANON_NSPACES = NO
+EXTRACT_ANON_NSPACES = YES
# If the HIDE_UNDOC_MEMBERS tag is set to YES, Doxygen will hide all
# undocumented members of documented classes, files or namespaces.
@@ -360,7 +360,7 @@ HIDE_UNDOC_CLASSES = NO
# If set to NO (the default) these declarations will be included in the
# documentation.
-HIDE_FRIEND_COMPOUNDS = YES
+HIDE_FRIEND_COMPOUNDS = NO
# If the HIDE_IN_BODY_DOCS tag is set to YES, Doxygen will hide any
# documentation blocks found inside the body of a function.
@@ -374,7 +374,7 @@ HIDE_IN_BODY_DOCS = NO
# to NO (the default) then the documentation will be excluded.
# Set it to YES to include the internal documentation.
-INTERNAL_DOCS = NO
+INTERNAL_DOCS = YES
# If the CASE_SENSE_NAMES tag is set to NO then Doxygen will only generate
# file names in lower-case letters. If set to YES upper-case letters are also
@@ -586,7 +586,7 @@ WARN_LOGFILE =
INPUT = @top_srcdir@/src/ \
@top_srcdir@/include/ \
- @srcdir@/dbus-c++.dox mainpage
+ mainpage
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding, which is
diff --git a/doc/Makefile.am b/doc/Makefile.am
index 9eb2860..f0b5920 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -4,7 +4,7 @@ if DBUS_DOXYGEN_DOCS_ENABLED
PACKAGE_DOCNAME = $(PACKAGE_TARNAME)-$(PACKAGE_VERSION)-doc
-EXTRA_DIST = Doxyfile.in
+EXTRA_DIST = Doxyfile.in $(wildcard img/*.*) head.html foot.html dbus-c++.css mainpage
doc-clean:
rm -rf html/ $(top_builddir)/$(PACKAGE_DOCNAME).tar*