diff options
| -rw-r--r-- | FL/Xutf8.h | 2 | ||||
| -rw-r--r-- | documentation/Doxyfile | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/FL/Xutf8.h b/FL/Xutf8.h index c53fc05e0..1e26cf97d 100644 --- a/FL/Xutf8.h +++ b/FL/Xutf8.h @@ -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 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 |
