mirror of
https://github.com/fltk/fltk.git
synced 2026-06-04 23:42:15 +08:00
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:
@@ -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
|
||||
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user