[geany/geany] 7af832: Avoid confusing Doxygen with function attributes
Colomban Wendling
git-noreply at xxxxx
Wed Feb 24 22:03:35 UTC 2016
Branch: refs/heads/master
Author: Colomban Wendling <ban at herbesfolles.org>
Committer: Colomban Wendling <ban at herbesfolles.org>
Date: Wed, 24 Feb 2016 22:03:35 UTC
Commit: 7af832da80a52a7f75c1fed464d409810afddfab
https://github.com/geany/geany/commit/7af832da80a52a7f75c1fed464d409810afddfab
Log Message:
-----------
Avoid confusing Doxygen with function attributes
Modified Paths:
--------------
doc/Doxyfile.in
Modified: doc/Doxyfile.in
2 lines changed, 2 insertions(+), 0 deletions(-)
===================================================================
@@ -2020,6 +2020,8 @@ INCLUDE_FILE_PATTERNS =
# This tag requires that the tag ENABLE_PREPROCESSING is set to YES.
PREDEFINED = "G_GNUC_PRINTF(x,y)=" \
+ G_GNUC_DEPRECATED= \
+ G_GNUC_DEPRECATED_FOR(x)= \
HAVE_PLUGINS \
GEANY_FUNCTIONS_H
--------------
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