[Github-comments] [geany/geany] geany-doxygen.m4:don't generate doxygen by default (#2190)

Matthew Brush notifications at xxxxx
Thu Jun 13 23:46:45 UTC 2019


codebrainz commented on this pull request.



> @@ -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="auto"])
+			[geany_with_doxygen="no"])

I think the bug is a couple lines up where it says `[default=no]`, it should probably say `[default=auto]`.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/2190#pullrequestreview-249656224
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20190613/2b7f7dbe/attachment.html>


More information about the Github-comments mailing list