diff --git a/FL/Fl_Native_File_Chooser_MAC.H b/FL/Fl_Native_File_Chooser_MAC.H index 306fe2f80..015e20d21 100644 --- a/FL/Fl_Native_File_Chooser_MAC.H +++ b/FL/Fl_Native_File_Chooser_MAC.H @@ -26,6 +26,8 @@ // http://www.fltk.org/str.php // +#ifndef FL_DOXYGEN // PREVENT DOXYGEN'S USE OF THIS FILE + // OSX-SPECIFIC NATIVE BROWSER #ifdef __APPLE_CC__ #include @@ -155,6 +157,8 @@ public: int show(); }; +#endif /*!FL_DOXYGEN*/ + // // End of "$Id$". //