Author: manolo
Date: 2011-02-06 02:24:23 -0800 (Sun, 06 Feb 2011)
New Revision: 8381
Log:
Moved the Doxygen doc of class Fl_Mac_App_Menu from mac.H to x.H so Doxygen
displays correctly that #include <x.H> is needed for this class.
Modified:
branches/branch-1.3/FL/mac.H
branches/branch-1.3/FL/x.H
Modified: branches/branch-1.3/FL/mac.H
===================================================================
--- branches/branch-1.3/FL/mac.H 2011-02-06 10:07:28 UTC (rev 8380)
+++ branches/branch-1.3/FL/mac.H 2011-02-06 10:24:23 UTC (rev 8381)
@@ -209,16 +209,6 @@
*/
extern int fl_mac_os_version;
-/** To localize the application menu.
-
- These character strings are used to build the application menu. They can be
localized
- at run time to any UTF-8 text by placing instructions such as these \e very
- early in the program:
- \verbatim
- #include <FL/x.H>
- Fl_Mac_App_Menu::print = "Imprimer la fenĂȘtre";
- \endverbatim
- */
class Fl_Mac_App_Menu {
public:
/** Localizable text for the "About xxx" application menu item */
Modified: branches/branch-1.3/FL/x.H
===================================================================
--- branches/branch-1.3/FL/x.H 2011-02-06 10:07:28 UTC (rev 8380)
+++ branches/branch-1.3/FL/x.H 2011-02-06 10:24:23 UTC (rev 8381)
@@ -30,6 +30,17 @@
// need to call Xlib directly. These symbols may not exist on non-X
// systems.
+/** \class Fl_Mac_App_Menu
+ Mac OS-specific class allowing to localize the application menu.
+
+ These character strings are used to build the application menu. They can be
localized
+ at run time to any UTF-8 text by placing instructions such as this \e very
+ early in the program:
+ \verbatim
+ Fl_Mac_App_Menu::print = "Imprimer la fenĂȘtre";
+ \endverbatim
+*/
+
#if !defined(Fl_X_H) && !defined(FL_DOXYGEN)
# define Fl_X_H
_______________________________________________
fltk-commit mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk-commit