From 235f9ed709d4b6ce6dbf46248250e8586bdd2dfe Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 10 Dec 2021 17:41:59 +0100 Subject: 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. --- fluid/CodeEditor.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'fluid/CodeEditor.cxx') 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 -- cgit v1.2.3