Author: manolo Date: 2011-03-02 12:41:10 -0800 (Wed, 02 Mar 2011) New Revision: 598 Log: Minor reformatting.
Modified: trunk/cmp.php Modified: trunk/cmp.php =================================================================== --- trunk/cmp.php 2011-03-02 20:36:44 UTC (rev 597) +++ trunk/cmp.php 2011-03-02 20:41:10 UTC (rev 598) @@ -1148,10 +1148,10 @@ must not, directly or indirectly, include config.h. <ul> -<li><b><tt>WIN32</tt></b>. This variable identifies the MS-Windows platform (both +<li>WIN32. This variable identifies the MS-Windows platform (both for the 32- and 64-bit versions). Don't use _WIN32. -<li><b><tt>__CYGWIN__</tt></b> is defined when FLTK runs on the MS-Windows OS but uses +<li>__CYGWIN__ is defined when FLTK runs on the MS-Windows OS but uses Cygwin's POSIX emulation features (cygwin1.dll). [more to come...] <li>__APPLE__. This variable identifies the Mac OS X platform. @@ -1178,7 +1178,7 @@ It is set to 1 when the Xft library of scalable, anti-aliased fonts is used, and to 0 otherwise. -<li>FL_LIBRARY is defined by the various FLTK library build tools +<li>FL_LIBRARY is defined by all FLTK library build tools when the FLTK library itself is compiled. Application program developers should not define it when compiling their programs. @@ -1192,13 +1192,13 @@ the FLTK documentation processes the source code. This variable has two major uses. <ol> -<li> #ifndef FL_DOXYGEN / #endif allows to hide code from Doxygen. +<li> <tt>#ifndef FL_DOXYGEN / #endif</tt> allows to hide code from Doxygen. <li>The Doxygen program does not define the platform-diagnostic variables __APPLE__ or WIN32 (even if it's run on Mac OS or MSWindows). Thus, for some platform-specific (say, Mac-specific) code to be seen by Doxygen, one must bracket it as follows: <pre><tt>#if defined(__APPLE__) || defined(FL_DOXYGEN) -... Mac-specific code ... +... Doxygen-visible Mac-specific code ... #endif </tt></pre> </ol> _______________________________________________ fltk-commit mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk-commit
