diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2006-02-28 02:07:53 +0000 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2006-02-28 02:07:53 +0000 |
commit | f0e5f2a2687f8cbcb4ded8fab367f8dad8179aaa (patch) | |
tree | 07a01e86bd4156ad79a2a278caf19406319bcf3c /docs | |
parent | 28eae3fa4927c31edac6af431a5561614b52a4d4 (diff) |
2006-02-27 Jonathon Jongsma <jonathon.jongsma@gmail.com>
* 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
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Doxyfile.in | 2 | ||||
-rw-r--r-- | docs/reference/Makefile.am | 2 |
2 files changed, 2 insertions, 2 deletions
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 |