Author: AlbrechtS
Date: 2011-03-02 08:12:09 -0800 (Wed, 02 Mar 2011)
New Revision: 595
Log:
FL_DOXYGEN preprocessor variable description added to cmp.php


Modified:
   trunk/cmp.php

Modified: trunk/cmp.php
===================================================================
--- trunk/cmp.php       2011-03-02 14:50:00 UTC (rev 594)
+++ trunk/cmp.php       2011-03-02 16:12:09 UTC (rev 595)
@@ -1188,6 +1188,15 @@
 Fl_X class) if they need it. APIs to these internal classes are
 highly subject to changes, though.
 
+<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 (__APPLE__) to be seen by Doxygen,
+even if Doxygen is run on another system (e.g. Linux).
+</ol>
+
 </ul>
 
 

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

Reply via email to