[geany/geany] 296eca: Parse D parameterized template body

Nick Treleaven git-noreply at xxxxx
Thu Jul 26 00:02:45 UTC 2012


Branch:      refs/heads/document-messages
Author:      Nick Treleaven <nick.treleaven at btinternet.com>
Committer:   Nick Treleaven <nick.treleaven at btinternet.com>
Date:        Fri, 06 Jan 2012 12:48:08
Commit:      296ecadf459876efb6262a93cba0bb64ab99be77
             https://github.com/geany/geany/commit/296ecadf459876efb6262a93cba0bb64ab99be77

Log Message:
-----------
Parse D parameterized template body


Modified Paths:
--------------
    tagmanager/c.c

Modified: tagmanager/c.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -2887,7 +2887,7 @@ static void tagCheck (statementInfo *const st)
 					/* D structure templates */
 					if (isLanguage (Lang_d) &&
 						(st->declaration == DECL_CLASS || st->declaration == DECL_STRUCT ||
-						st->declaration == DECL_INTERFACE))
+						st->declaration == DECL_INTERFACE || st->declaration == DECL_NAMESPACE))
 						qualifyBlockTag (st, prev2);
 					else
 					{


@@ Diff output truncated at 100000 characters. @@


--------------
This E-Mail was brought to you by github_commit_mail.py (Source: TBD).



More information about the Commits mailing list