From 67bd27a2be7a02a6989fc10270ce07b92ea9cb77 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Fri, 12 Feb 2021 00:39:13 +0100 Subject: Fix comments and documentation --- FL/Fl_Graphics_Driver.H | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/FL/Fl_Graphics_Driver.H b/FL/Fl_Graphics_Driver.H index be5dbe433..88d142399 100644 --- a/FL/Fl_Graphics_Driver.H +++ b/FL/Fl_Graphics_Driver.H @@ -1,8 +1,8 @@ // -// Definition of classes Fl_Graphics_Driver, Fl_Surface_Device, Fl_Display_Device -// for the Fast Light Tool Kit (FLTK). +// Declaration of classes Fl_Graphics_Driver, Fl_Scalable_Graphics_Driver, +// and Fl_Font_Descriptor for the Fast Light Tool Kit (FLTK). // -// Copyright 2010-2018 by Bill Spitzak and others. +// Copyright 2010-2021 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 @@ -22,7 +22,7 @@ */ /** \file Fl_Graphics_Driver.H - \brief declaration of class Fl_Graphics_Driver. + \brief Declaration of class Fl_Graphics_Driver. */ #ifndef FL_GRAPHICS_DRIVER_H -- cgit v1.2.3