diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-10-15 18:59:28 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2024-10-15 18:59:28 +0200 |
| commit | d589c05b1741bf699897feef73c35a58592dc876 (patch) | |
| tree | 1558a7eebd6ad40768dbc6f8bd454d5d01096666 /FL/names.h | |
| parent | 957fa1fe3751a10478d4ce4c5971d9d9dd17966d (diff) | |
Fix documentation typos and trailing whitespace
Diffstat (limited to 'FL/names.h')
| -rw-r--r-- | FL/names.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/FL/names.h b/FL/names.h index 15a491f84..984afbfe0 100644 --- a/FL/names.h +++ b/FL/names.h @@ -1,7 +1,7 @@ // -// Event names header file for the Fast Light Tool Kit (FLTK). +// Event and other names header file for the Fast Light Tool Kit (FLTK). // -// 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 @@ -116,7 +116,7 @@ const char * const fl_fontnames[] = }; /** - This is an array of callback reason names you can use to convert font numbers into names. + This is an array of callback reason names you can use to convert callback reasons into names. The array gets defined inline wherever your '\#include <FL/names.h>' appears. */ |
