[geany/geany] 82cd83: Merge branch 'doc/auto-enable-api'
Colomban Wendling
git-noreply at xxxxx
Wed Aug 27 17:07:22 UTC 2014
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Wed, 27 Aug 2014 17:07:22 UTC
Commit: 82cd83183c93f912c5610d58249a6a2f4afef70b
https://github.com/geany/geany/commit/82cd83183c93f912c5610d58249a6a2f4afef70b
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).
More information about the Commits
mailing list