summaryrefslogtreecommitdiff
path: root/documentation
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2013-09-02 15:05:58 +0000
committerManolo Gouy <Manolo>2013-09-02 15:05:58 +0000
commiteaa6084f9aed0043d62011c732902aca6220ccf6 (patch)
tree4b3ae976993216a5c6b8fe63ab0e3ca857f6a254 /documentation
parent33933f8c13c67618dae34eec4a3d5a7f693a592e (diff)
Prevent unwanted classes IActiveIMMApp and XUtf8FontStruct from appearing in Doxygen doc.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9958 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'documentation')
-rw-r--r--documentation/Doxyfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/documentation/Doxyfile b/documentation/Doxyfile
index 33c7821aa..137751418 100644
--- a/documentation/Doxyfile
+++ b/documentation/Doxyfile
@@ -612,7 +612,8 @@ RECURSIVE = YES
# subdirectory from a directory tree whose root is specified with the INPUT tag.
EXCLUDE = ../src/fl_font_win32.cxx \
- ../src/fl_font_mac.cxx
+ ../src/fl_font_mac.cxx \
+ ../src/aimm.h
# The EXCLUDE_SYMLINKS tag can be used select whether or not files or
# directories that are symbolic links (a Unix filesystem feature) are excluded