Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Wed, 27 Aug 2014 17:07:22 UTC Commit: 82cd83183c93f912c5610d58249a6a2f4afef70b https://github.com/geany/geany/commit/82cd83183c93f912c5610d58249a6a2f4afef7...
Log Message: ----------- Merge branch 'doc/auto-enable-api'
Closes PR#324.
Modified Paths: -------------- m4/geany-doxygen.m4
Modified: m4/geany-doxygen.m4 2 lines changed, 1 insertions(+), 1 deletions(-) =================================================================== @@ -7,7 +7,7 @@ AC_DEFUN([GEANY_CHECK_DOXYGEN], [AS_HELP_STRING([--enable-api-docs], [generate API documentation using Doxygen [default=no]])], [geany_with_doxygen="$enableval"], - [geany_with_doxygen="no"]) + [geany_with_doxygen="auto"])
AC_ARG_VAR([DOXYGEN], [Path to Doxygen executable])
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).