From f0e5f2a2687f8cbcb4ded8fab367f8dad8179aaa Mon Sep 17 00:00:00 2001 From: Jonathon Jongsma Date: Tue, 28 Feb 2006 02:07:53 +0000 Subject: 2006-02-27 Jonathon Jongsma * cairomm/exception.h: * docs/reference/Doxyfile.in: * docs/reference/Makefile.am: hide some of the private types and functions from the Doxygen API reference documentation --- docs/reference/Doxyfile.in | 2 +- docs/reference/Makefile.am | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'docs') diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in index 6d2e55f..5f71e5a 100644 --- a/docs/reference/Doxyfile.in +++ b/docs/reference/Doxyfile.in @@ -74,7 +74,7 @@ WARN_LOGFILE = undocumented.txt INPUT = @top_srcdir@/cairomm introduction.h FILE_PATTERNS = *.h RECURSIVE = NO -EXCLUDE = +EXCLUDE = @top_srcdir@/cairomm/private.h EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = EXAMPLE_PATH = diff --git a/docs/reference/Makefile.am b/docs/reference/Makefile.am index 28ae033..937193f 100644 --- a/docs/reference/Makefile.am +++ b/docs/reference/Makefile.am @@ -7,7 +7,7 @@ EXTRA_DIST = $(DOXYGEN_CONFIGFILE_SOURCE) introduction.h html index_html = html/index.html -$(index_html): $(DOXYGEN_CONFIGFILE_SOURCE) +$(index_html): $(DOXYGEN_CONFIGFILE) -rm -rf html doxygen $(doxygen_configfile) \ 2> doxygen-warnings.txt | tee doxygen-output.txt && cat doxygen-warnings.txt -- cgit v1.2.3