diff options
| author | Manolo Gouy <Manolo> | 2016-04-23 06:43:04 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-04-23 06:43:04 +0000 |
| commit | 2cf555047dbd297a915dc93d79e870f8bf254321 (patch) | |
| tree | 76fe0415c941905953801fe1d56be466009d244b /src/fl_open_uri.cxx | |
| parent | e2edfcbe4fc6e24d77bcd74f03fca7d4f27dcb38 (diff) | |
Remove Doxygen warnings.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11682 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/fl_open_uri.cxx')
| -rw-r--r-- | src/fl_open_uri.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 <unistd.h> |
