From 3f2a7c829d5c17a67fedde1f420d9d6c0d476876 Mon Sep 17 00:00:00 2001 From: Greg Ercolano Date: Fri, 15 Jan 2010 04:20:20 +0000 Subject: Fixed missing #ifndef FL_DOXYGEN which was causing duplicate entries in FNFC docs. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7008 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- FL/Fl_Native_File_Chooser_MAC.H | 4 ++++ 1 file changed, 4 insertions(+) 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$". // -- cgit v1.2.3