aboutsummaryrefslogtreecommitdiffhomepage
path: root/configure.ac
diff options
context:
space:
mode:
authorGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-04 12:07:07 +0100
committerGravatar Mark Griffiths <mark@thebespokepixel.com>2014-09-04 12:07:07 +0100
commit1b4c85eb6949570a6e44384812cb69c57ef473c7 (patch)
treed50d7f76724d9fc0d8ea706cc1b293ef8d3a454b /configure.ac
parentfb792c60cdfa51da84b820e733ba0e168b7101ab (diff)
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.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
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,