diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-10 17:41:59 +0100 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2021-12-10 17:52:39 +0100 |
| commit | 235f9ed709d4b6ce6dbf46248250e8586bdd2dfe (patch) | |
| tree | bdd04be82ffa8afcfbb96958f6750d3d34214ff3 /fluid/CodeEditor.cxx | |
| parent | a8cc340321c308df72889ecb5b9ad2ba4c37e8af (diff) | |
Fluid: clean up Doxyfile, fix two minor doxygen issues
Note: I "downgraded" this Doxyfile from 1.9.2 to 1.9.1 and edited all
offending tags in the file for compatibility with 1.9.1 and 1.9.2.
Older versions may issue warnings.
Diffstat (limited to 'fluid/CodeEditor.cxx')
| -rw-r--r-- | fluid/CodeEditor.cxx | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fluid/CodeEditor.cxx b/fluid/CodeEditor.cxx index 5fc7edb8d..79c5741ad 100644 --- a/fluid/CodeEditor.cxx +++ b/fluid/CodeEditor.cxx @@ -39,8 +39,7 @@ Lookup table for all supported styles. Every table entry describes a rendering style for the corresponding text. */ -Fl_Text_Display::Style_Table_Entry CodeEditor:: - styletable[] = { // Style table +Fl_Text_Display::Style_Table_Entry CodeEditor::styletable[] = { // Style table { FL_FOREGROUND_COLOR, FL_COURIER, 11 }, // A - Plain { FL_DARK_GREEN, FL_COURIER_ITALIC, 11 }, // B - Line comments { FL_DARK_GREEN, FL_COURIER_ITALIC, 11 }, // C - Block comments |
