From 1b4c85eb6949570a6e44384812cb69c57ef473c7 Mon Sep 17 00:00:00 2001 From: Mark Griffiths Date: Thu, 4 Sep 2014 12:07:07 +0100 Subject: Fixed Doxygen required version to 1.8.7 Doxygen 1.8.6 and lower do not have the \\htmlonly[block] directive which fixes a multitude of problems in the rendering of the docs. In Doxygen 1.8.7 the list of understood HTML entities was greatly increased. I tested earlier versions and many little issues returned. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index f36e2602..43276ff2 100644 --- a/configure.ac +++ b/configure.ac @@ -146,7 +146,7 @@ AS_IF([test x$local_gettext != xno], # Build/clean the documentation only if Doxygen is available # -doxygen_minimum=1.8 +doxygen_minimum=1.8.7 AC_ARG_WITH( doxygen, -- cgit v1.2.3