diff options
author | Jonathon Jongsma <jjongsma@gnome.org> | 2008-10-22 22:28:11 -0500 |
---|---|---|
committer | Jonathon Jongsma <jjongsma@gnome.org> | 2008-10-22 22:28:11 -0500 |
commit | 158b369c8200b7f920e972628b5329cff2913f7b (patch) | |
tree | de37ba85f3e0a82a49279f08d61ecf6babc64c33 /docs | |
parent | 461f83db69bf00f7449130b2d49721cbf597525a (diff) |
Minor doxygen fixes
* cairomm/matrix.h: add a link to the cairo reference for cairo_matrix_t
* docs/reference/Doxyfile.in: don't generate docs for the members of the
Cairo::Private namespace
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/Doxyfile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/reference/Doxyfile.in b/docs/reference/Doxyfile.in index c1572da..35cd395 100644 --- a/docs/reference/Doxyfile.in +++ b/docs/reference/Doxyfile.in @@ -79,7 +79,7 @@ INPUT = @top_srcdir@/cairomm INPUT_ENCODING = UTF-8 FILE_PATTERNS = *.h RECURSIVE = NO -EXCLUDE = @top_srcdir@/cairomm/private.h +EXCLUDE = @top_srcdir@/cairomm/private.h @top_srcdir@/cairomm/context_private.h EXCLUDE_SYMLINKS = NO EXCLUDE_PATTERNS = EXCLUDE_SYMBOLS = |