From ec9430e744d33d6c88a00481057ecd5298c8e882 Mon Sep 17 00:00:00 2001 From: Matthias Melcher Date: Sat, 2 Mar 2024 22:58:52 +0100 Subject: FLUID: comments, typos, formatting --- fluid/CodeEditor.cxx | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'fluid/CodeEditor.cxx') diff --git a/fluid/CodeEditor.cxx b/fluid/CodeEditor.cxx index 2243db2fe..2fffcd8bc 100644 --- a/fluid/CodeEditor.cxx +++ b/fluid/CodeEditor.cxx @@ -2,7 +2,7 @@ // Code editor widget for the Fast Light Tool Kit (FLTK). // Syntax highlighting rewritten by erco@seriss.com 09/15/20. // -// Copyright 1998-2023 by Bill Spitzak and others. +// Copyright 1998-2024 by Bill Spitzak and others. // // This library is free software. Distribution and use rights are outlined in // the file "COPYING" which should have been included with this file. If this @@ -28,13 +28,6 @@ // ---- CodeEditor implementation -/** \class CodeEditor - A widget derived from Fl_Text_Editor that implements C++ code highlighting. - - CodeEditor is used in Fluid whenever the user can edit C++ source - code or header text. - */ - /** Lookup table for all supported styles. Every table entry describes a rendering style for the corresponding text. @@ -263,14 +256,6 @@ void CodeEditor::textsize(Fl_Fontsize s) { // ---- CodeViewer implementation -/** \class CodeViewer - A widget derived from CodeEditor with highlighting for code blocks. - - This widget is used by the SourceView system to show the design's - source and header code. The secondary highlighting show the text - part that corresponds to the selected widget(s). - */ - /** Create a CodeViewer widget. \param[in] X, Y, W, H position and size of the widget -- cgit v1.2.3