From 3f1f8715853cd855aa66062f50843b21071f288a Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 8 Jan 2020 18:41:50 +0100 Subject: Drop 1.0 compatibility; document 1.4 migration The FLTK 1.0 compatibility support by defining macro 'FLTK_1_0_COMPAT' did no longer work since FLTK 1.3.x and nobody complained. Hence we can safely remove this "feature". Documentation changes: - Drop chapter 'Migrating Code from FLTK 1.0 to 1.1' - Drop chapter 'Migrating Code from FLTK 1.1 to 1.3' - Add chapter 'Migrating Code from FLTK 1.3 to 1.4' The removed chapters are still available in FLTK 1.3 docs. --- documentation/Doxyfile.in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'documentation/Doxyfile.in') diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in index 58bc2b67f..f619a7fa1 100644 --- a/documentation/Doxyfile.in +++ b/documentation/Doxyfile.in @@ -572,8 +572,7 @@ INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/enumerations.dox INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/glut.dox INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/forms.dox INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/osissues.dox -INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/migration_1_1.dox -INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/migration_1_3.dox +INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/migration_1_4.dox INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/development.dox INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/license.dox INPUT += @CMAKE_CURRENT_SOURCE_DIR@/src/examples.dox -- cgit v1.2.3