>
> FYI: I just committed your text with some small modifications,
> and I updated the web site, so that it is now online. I'll add
> more about Cygwin later. Thanks to you for writing the text.
>
> Albrecht

Many thanks.

I realize to have forgotten FL_DOXYGEN. It could be:

<li>FL_DOXYGEN is defined when the Doxygen program that builds
the FLTK documentation processes the source code.  The FL_DOXYGEN variable has 
two major uses.
<ol>
<li> #ifndef FL_DOXYGEN / #endif allows to hide code from Doxygen.
<li> #if defined(__APPLE__) || defined(FL_DOXYGEN) / #endif allows
some platform-specific code to be seen by Doxygen because Doxygen
is run on a Linux system.
</ol>

_______________________________________________
fltk-dev mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-dev

Reply via email to