diff options
| author | Matthias Melcher <github@matthiasm.com> | 2023-11-05 16:12:15 +0100 |
|---|---|---|
| committer | Matthias Melcher <github@matthiasm.com> | 2023-11-05 16:12:15 +0100 |
| commit | a31409f7bbe7db51f63c79b16358d64ae6e2d4bb (patch) | |
| tree | 5b8816c025fe6ed407eb54008ef3e86ebf780c68 /fluid/custom_widgets.cxx | |
| parent | 681363849c032df345b1d4177c98f52cbc5f82fe (diff) | |
FLUID: Documentation
Diffstat (limited to 'fluid/custom_widgets.cxx')
| -rw-r--r-- | fluid/custom_widgets.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/custom_widgets.cxx b/fluid/custom_widgets.cxx index e254f19d4..99cfbbbdf 100644 --- a/fluid/custom_widgets.cxx +++ b/fluid/custom_widgets.cxx @@ -157,7 +157,7 @@ void Fluid_Coord_Input::callback_handler(void *v) { } /** - Get the value of a variable. + \brief Get the value of a variable. Collects all consecutive ASCII letters into a variable name, scans the Variable list for that name, and then calls the corresponding callback from the Variable array. |
