diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-10-09 19:34:34 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2022-10-09 19:35:20 +0200 |
| commit | 2a856dafd40c01dce42747fd0f07b9e448e44f0e (patch) | |
| tree | 2292b34f112d02b56baed43aba1eaccd85ff1c68 /src/Fl_Help_Dialog_Dox.cxx | |
| parent | 1a5d6572e9a699699fba3e9eb5ebbcb18f04994c (diff) | |
Remove superfluous center alignment from images
Doxygen uses a <div> 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.
Diffstat (limited to 'src/Fl_Help_Dialog_Dox.cxx')
| -rw-r--r-- | src/Fl_Help_Dialog_Dox.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/Fl_Help_Dialog_Dox.cxx b/src/Fl_Help_Dialog_Dox.cxx index 9461d9e23..5be2a9fcc 100644 --- a/src/Fl_Help_Dialog_Dox.cxx +++ b/src/Fl_Help_Dialog_Dox.cxx @@ -1,7 +1,7 @@ // // Fl_Help_Dialog dialog for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2010 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 @@ -23,8 +23,8 @@ The Fl_Help_Dialog class is not part of the FLTK core library, but instead of \em fltk_images. Use \c --use-images when compiling with \c fltk-config . - <P ALIGN=CENTER> \image html Fl_Help_Dialog.png </P> - \image latex Fl_Help_Dialog.png "Fl_Help_Dialog" width=8cm + \image html Fl_Help_Dialog.png </P> + \image latex Fl_Help_Dialog.png "Fl_Help_Dialog" width=8cm */ /** \fn Fl_Help_Dialog::Fl_Help_Dialog() |
