diff options
| author | Matthias Melcher <git@matthiasm.com> | 2021-12-09 21:06:04 +0100 |
|---|---|---|
| committer | Matthias Melcher <git@matthiasm.com> | 2021-12-09 21:51:37 +0100 |
| commit | c175d1276df0c3c96799e57ed20535e547416757 (patch) | |
| tree | b13f3d8f39c09b76dfb3d30ce961b977b37527bc /fluid/CodeEditor.cxx | |
| parent | 0c1f78c1f2eadc464cca6861c07bd98818a79068 (diff) | |
STR 3210: fixing indentation of Fl_Menu_Item cnd Widget allbacks.
also added and fixed a few comments
STR 3210: fixed indenting of widget callbacks.
Also fixed what is considered a 'name' (could still be improved).
Also better formatting inlined functions in the header.
Diffstat (limited to 'fluid/CodeEditor.cxx')
| -rw-r--r-- | fluid/CodeEditor.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fluid/CodeEditor.cxx b/fluid/CodeEditor.cxx index 773a19000..5fc7edb8d 100644 --- a/fluid/CodeEditor.cxx +++ b/fluid/CodeEditor.cxx @@ -54,7 +54,7 @@ Fl_Text_Display::Style_Table_Entry CodeEditor:: /** Parse text and produce style data. \param[in] in_tbuff text buffer to parse - \param[inout] in_sbuf style buffer we modify + \param[inout] in_sbuff style buffer we modify \param[in] in_len byte length to parse \param[in] in_style starting style letter */ |
