Doxygen mods so fl_show_colormap() shows up in the "Color & Font functions" chapter.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7785 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Greg Ercolano 2010-10-31 18:00:37 +00:00
parent 5a461b0ff4
commit f52f1c603c

View File

@ -35,6 +35,10 @@
/* doxygen comment here to avoid exposing ColorMenu in fl_show_colormap.cxx
*/
/** \addtogroup fl_attributes
@{ */
/**
\brief Pops up a window to let the user pick an colormap entry.
\image html fl_show_colormap.gif
@ -43,9 +47,10 @@
\retval Fl_Color value of the chosen colormap entry.
\sa Fl_Color_Chooser
*/
FL_EXPORT Fl_Color fl_show_colormap(Fl_Color oldcol);
/** @} */
#endif
//