diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-05-09 22:36:41 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2023-05-09 22:36:41 +0200 |
| commit | a4c6c18b3dc3ed11b3aca19df37ef094a19fe025 (patch) | |
| tree | 517194e98303245f8d987729ac981e9d85738ba8 /src/fl_dnd_win32.cxx | |
| parent | fe0fcecd6185cad33f5a53354fb8af7b02c35d13 (diff) | |
Fix doxygen doc generation and document platform specific files
Pure platform specific files like 'src/*_win32.cxx' are excluded from
doxygen processing and don't need doxygen specific guard macros.
Document this fact prominently at the beginning of each file.
Fix exclude patterns and remove duplicates from Doxyfile.in.
Diffstat (limited to 'src/fl_dnd_win32.cxx')
| -rw-r--r-- | src/fl_dnd_win32.cxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/fl_dnd_win32.cxx b/src/fl_dnd_win32.cxx index 9e69c290a..abaa588cc 100644 --- a/src/fl_dnd_win32.cxx +++ b/src/fl_dnd_win32.cxx @@ -1,7 +1,7 @@ // // Drag & Drop code for the Fast Light Tool Kit (FLTK). // -// Copyright 1998-2022 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 @@ -14,6 +14,9 @@ // https://www.fltk.org/bugs.php // +// Note: this file contains platform specific code and will therefore +// not be processed by doxygen (see Doxyfile.in). + // This file contains Windows-specific code for FLTK which is always linked // in. Search other files for "_WIN32" or filenames ending in _win32.cxx // for other system-specific code. |
