Skip to content

Commit

Permalink
Enable API documentation generation automatically when possible
Browse files Browse the repository at this point in the history
  • Loading branch information
b4n committed Aug 23, 2014
1 parent 1424b60 commit ee79b2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion m4/geany-doxygen.m4
Expand Up @@ -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])
Expand Down

0 comments on commit ee79b2e

Please sign in to comment.