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
This commit is contained in:
parent
33933f8c13
commit
eaa6084f9a
@ -14,7 +14,7 @@
|
||||
* http://www.fltk.org/str.php
|
||||
*/
|
||||
|
||||
#ifndef _Xutf8_h
|
||||
#if ! ( defined(_Xutf8_h) || defined(FL_DOXYGEN) )
|
||||
#define _Xutf8_h
|
||||
|
||||
# ifdef __cplusplus
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user