From 2cf555047dbd297a915dc93d79e870f8bf254321 Mon Sep 17 00:00:00 2001 From: Manolo Gouy Date: Sat, 23 Apr 2016 06:43:04 +0000 Subject: Remove Doxygen warnings. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11682 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_lock.cxx | 2 +- src/Fl_own_colormap.cxx | 2 +- src/fl_open_uri.cxx | 2 +- src/fl_shortcut.cxx | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'src') diff --git a/src/Fl_lock.cxx b/src/Fl_lock.cxx index fe651804b..f8c9266e4 100644 --- a/src/Fl_lock.cxx +++ b/src/Fl_lock.cxx @@ -263,7 +263,7 @@ void Fl_WinAPI_System_Driver::awake(void* msg) { #endif // FL_CFG_SYS_WIN32 -#if defined(FL_CFG_SYS_POSIX) +#if defined(FL_CFG_SYS_POSIX) && !defined(FL_DOXYGEN) //////////////////////////////////////////////////////////////// // POSIX threading... diff --git a/src/Fl_own_colormap.cxx b/src/Fl_own_colormap.cxx index 49b640a96..75bbc215a 100644 --- a/src/Fl_own_colormap.cxx +++ b/src/Fl_own_colormap.cxx @@ -30,7 +30,7 @@ #include -#ifdef FL_CFG_WIN_X11 +#if defined(FL_CFG_WIN_X11) && !defined(FL_DOXYGEN) // X version #include "drivers/X11/Fl_X11_System_Driver.H" diff --git a/src/fl_open_uri.cxx b/src/fl_open_uri.cxx index 24b2e3abf..57adfa452 100644 --- a/src/fl_open_uri.cxx +++ b/src/fl_open_uri.cxx @@ -130,7 +130,7 @@ void fl_decode_uri(char *uri) /** @} */ -#if defined(FL_CFG_SYS_POSIX) +#if defined(FL_CFG_SYS_POSIX) && !defined(FL_DOXYGEN) // code shared by the Mac OS and USE_X11 platforms # include "drivers/Posix/Fl_Posix_System_Driver.H" # include diff --git a/src/fl_shortcut.cxx b/src/fl_shortcut.cxx index 957f09e44..269ffe475 100644 --- a/src/fl_shortcut.cxx +++ b/src/fl_shortcut.cxx @@ -442,7 +442,7 @@ Fl_System_Driver::Keyname Fl_System_Driver::table[] = { }; #endif -#if defined(FL_CFG_GFX_XLIB) +#if defined(FL_CFG_GFX_XLIB) && !defined(FL_DOXYGEN) #include "drivers/X11/Fl_X11_System_Driver.H" #include -- cgit v1.2.3