From d812a06b9a6e44f95b1074ef2490b3764f2054c9 Mon Sep 17 00:00:00 2001 From: Albrecht Schlosser Date: Wed, 25 May 2016 16:08:04 +0000 Subject: [PATCH] Generate Doxygen docs with the highest possible ABI version. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11755 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- documentation/Doxyfile.in | 1 + 1 file changed, 1 insertion(+) diff --git a/documentation/Doxyfile.in b/documentation/Doxyfile.in index d70660e5b..3a4e91148 100644 --- a/documentation/Doxyfile.in +++ b/documentation/Doxyfile.in @@ -1251,6 +1251,7 @@ INCLUDE_FILE_PATTERNS = # instead of the = operator. PREDEFINED = FL_DOXYGEN \ + FL_ABI_VERSION=99999 \ FLTK_HAVE_CAIRO \ HAVE_GL \ HAVE_GL_OVERLAY \