diff options
| author | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-15 11:00:48 +0100 |
|---|---|---|
| committer | ManoloFLTK <41016272+ManoloFLTK@users.noreply.github.com> | 2023-01-15 11:00:48 +0100 |
| commit | f54c2b3430b60536f99bb98baa4109f1f6b8566d (patch) | |
| tree | f1703cf1d1595dfe440fd3b79d70a3ab0d82509b /FL/names.h | |
| parent | 761aa5e485f676a3120a42495beb59e91698e5d1 (diff) | |
Have files fl_attr.h and names.h visible by Doxygen
For some reason, the \file Doxygen command is absolutely required.
Diffstat (limited to 'FL/names.h')
| -rw-r--r-- | FL/names.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/FL/names.h b/FL/names.h index 745ec2133..87bb5178e 100644 --- a/FL/names.h +++ b/FL/names.h @@ -1,7 +1,7 @@ // // Event names header file for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2016 by Bill Spitzak and others. +// Copyright 1998-2023 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 @@ -16,6 +16,11 @@ // Thanks to Greg Ercolano for this addition. +/** + \file names.h + This file defines arrays of human readable names for FLTK symbolic constants. +*/ + #ifndef FL_NAMES_H #define FL_NAMES_H |
