From a4b0ac592e12036425f43f0570bfed5a781ff215 Mon Sep 17 00:00:00 2001 From: engelsman Date: Sun, 21 Sep 2008 13:20:12 +0000 Subject: doxygen comments for undocumented features of Fl_Color_Browser added comment for mode() and enum {M_RGB, ...} but now I can't find the latter on the genrated pages. What have I done wrong? Also added #ifndef FL_DOXYGEN around the Flcc_* helper classes so they won't appear in the docs, or cause undocumented warnings from doxygen. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@6331 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- src/Fl_Color_Chooser.cxx | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/Fl_Color_Chooser.cxx b/src/Fl_Color_Chooser.cxx index d06393e16..fe7e46b02 100644 --- a/src/Fl_Color_Chooser.cxx +++ b/src/Fl_Color_Chooser.cxx @@ -93,7 +93,13 @@ void Fl_Color_Chooser::rgb2hsv( } } -enum {M_RGB, M_BYTE, M_HEX, M_HSV}; // modes +/** Fl_Color_Chooser modes */ +enum { + M_RGB, /**< mode() of Fl_Color_Chooser showing RGB values */ + M_BYTE, /**< mode() of Fl_Color_Chooser showing byte values */ + M_HEX, /**< mode() of Fl_Color_Chooser showing hex values */ + M_HSV /**< mode() of Fl_Color_Chooser showing HSV values */ +}; static Fl_Menu_Item mode_menu[] = { {"rgb"}, {"byte"}, -- cgit v1.2.3