diff options
| author | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-05-07 21:14:10 +0200 |
|---|---|---|
| committer | Albrecht Schlosser <albrechts.fltk@online.de> | 2025-05-07 21:21:35 +0200 |
| commit | 4d559838338e2dce347fe0e3e7cf63c9ebd03008 (patch) | |
| tree | 23dea4059fad0f5c8478d98e39c1919ad02f82b4 /documentation/src/index.dox | |
| parent | d54dbd3d6c681b12c72996cf01c04f03ffdc88c5 (diff) | |
Remove hardcoded version numbers (part 2) and more documentation
The goal is to change the version number for a new release only in
CMakeLists.txt. This is the second step.
This commit also adds a chapter "Migrating Code from FLTK 1.4 to 1.5".
Details:
- documentation/CMakeLists.txt: configure 'version.dox'
- fluid/documentation/CMakeLists.txt: same as above
- documentation/Doxyfile.in: add "Migrating Code from FLTK 1.4 to 1.5"
- documentation/src/index.dox: include 'version.dox' and 'migrating...'
- fluid/documentation/src/index.dox: same as above
- documentation/src/preface.dox: include 'version.dox'
- documentation/version.dox.in: input to CMake configure 'version.dox'
- fluid/documentation/version.dox.in: same as above
- documentation/src/migration_1_4.dox: update links
- documentation/src/migration_1_5.dox: new documentation chapter
Diffstat (limited to 'documentation/src/index.dox')
| -rw-r--r-- | documentation/src/index.dox | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/documentation/src/index.dox b/documentation/src/index.dox index 6a51c1674..f75ee60d6 100644 --- a/documentation/src/index.dox +++ b/documentation/src/index.dox @@ -8,7 +8,7 @@ \image latex FL200.png "" width=5cm </CENTER></TD> <TD><CENTER> - <B>FLTK 1.5.0 Programming Manual</B> + <B>FLTK \include{doc} version.dox Programming Manual</B> By F. Costantini, M. Melcher, A. Schlosser, B. Spitzak and M. Sweet. @@ -17,6 +17,7 @@ </CENTER></TD> </TR> </TABLE> + <TABLE CELLPADDING="8" CELLSPACING="0" SUMMARY="TITLE BAR" WIDTH="100%" BORDER="0"> <TR> <TD style="text-align: center;"> @@ -88,6 +89,8 @@ - \subpage migration_1_4 + - \subpage migration_1_5 + - \subpage license - \subpage examples |
