Commit 0230ab4f authored by claes's avatar claes

Doxygen corrections

parent 2852992d
......@@ -498,7 +498,9 @@ class GeDyn {
ge_eDynAttr attr_editor; //!< Controls attributes displayed in attribute editor.
//! Constructor.
/*! \param d_graph Graph. */
/*! \param d_graph Graph.
\param d_attr_editor Controls attributes displayed in attribute editor.
*/
GeDyn( Graph *d_graph, ge_eDynAttr d_attr_editor = ge_eDynAttr_All) :
elements(0), graph(d_graph), ignore_color(false),
reset_color(false),
......
......@@ -579,11 +579,13 @@ class GrowCtx : public GlowCtx {
*/
int send_hot_request( GlowArrayElem *object);
//! Send a hot request callback if such a callback is registred.
//! Send a menu callback if such a callback is registred.
/*!
\param object Menu object.
\param item Activated menu item.
\param event Menu event.
\param x x coordinate.
\param y y coordinate.
Send a menu callback.
*/
......
......@@ -22,7 +22,7 @@ class GrowMenu : public GrowRect {
/*!
\param glow_ctx The glow context.
\param name Name (max 31 char).
\param info Menu info.
\param menu_info Menu info.
\param x x coordinate for position.
\param y y coordinate for position.
\param min_w Minimum width.
......
......@@ -885,7 +885,7 @@ class GrowNode : public GlowNode {
\param event Key event.
\param keycode Key code for pressed key.
*/
void annot_input_event( glow_eEvent event, int keykode);
void annot_input_event( glow_eEvent event, int keycode);
//! Get text size and color for an annotation.
/*!
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment