From 2a856dafd40c01dce42747fd0f07b9e448e44f0e Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Sun, 9 Oct 2022 19:34:34 +0200 Subject: Remove superfluous center alignment from images Doxygen uses a
with center alignment for images, hence adding HTML center alignment for image is not only superfluous but was also inconsistent. Also removed some more unnecessary HTML tags, updated copyright year. --- FL/Fl_Output.H | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FL/Fl_Output.H') diff --git a/FL/Fl_Output.H b/FL/Fl_Output.H index 06dfeb650..099afbedf 100644 --- a/FL/Fl_Output.H +++ b/FL/Fl_Output.H @@ -1,7 +1,7 @@ // // Output header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2011 by Bill Spitzak and others. +// Copyright 1998-2022 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 @@ -29,7 +29,7 @@ portions of the text using the mouse and paste the contents into other fields or programs. -

\image html text.png

+ \image html text.png \image latex text.png "Fl_Output" width=8cm There is a single subclass, Fl_Multiline_Output, which allows you to -- cgit v1.2.3