From ab61c03433423d1744db3550db8e1e281dbdf256 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 10 Aug 2022 18:51:53 +0200 Subject: Improve automatic documentation generation This removes the need to edit the copyright year before generating the documentation (every year, in several files) and adds some technical information (doxygen generation date, doxygen version, and FLTK Git revision) in both HTML and PDF docs. - auto-generate copyright year (current year) used in several places - include FLTK Git revision in HTML and PDF docs - include generation date and doxygen version - replace special html footer which didn't work well with default footer --- documentation/copyright.dox.in | 1 + 1 file changed, 1 insertion(+) create mode 100644 documentation/copyright.dox.in (limited to 'documentation/copyright.dox.in') diff --git a/documentation/copyright.dox.in b/documentation/copyright.dox.in new file mode 100644 index 000000000..990de8844 --- /dev/null +++ b/documentation/copyright.dox.in @@ -0,0 +1 @@ +Copyright © 1998 - @YEAR@ by Bill Spitzak and others. -- cgit v1.2.3