[geany/geany] 329b2c: Fortran: don't generate tags for interface content

Colomban Wendling git-noreply at xxxxx
Sun Feb 23 18:38:34 UTC 2014


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Sun, 23 Feb 2014 18:38:34 UTC
Commit:      329b2cb40135b759322a9a3f942ddad64ae5c78b
             https://github.com/geany/geany/commit/329b2cb40135b759322a9a3f942ddad64ae5c78b

Log Message:
-----------
Fortran: don't generate tags for interface content


Modified Paths:
--------------
    tagmanager/ctags/fortran.c
    tests/ctags/numlib.f90.tags
    tests/ctags/recursive.f95.tags

Modified: tagmanager/ctags/fortran.c
2 files changed, 1 insertions(+), 1 deletions(-)
===================================================================
@@ -500,7 +500,7 @@ static void makeFortranTag (tokenInfo *const token, tagType tag)
 				e.extensionFields.scope [1] = vStringValue (scope->string);
 			}
 		}
-		if (! insideInterface () || includeTag (TAG_INTERFACE))
+		if (! insideInterface () /*|| includeTag (TAG_INTERFACE)*/)
 			makeTagEntry (&e);
 	}
 }


Modified: tests/ctags/numlib.f90.tags
3 files changed, 0 insertions(+), 3 deletions(-)
===================================================================
@@ -1,5 +1,2 @@
 # format=tagmanager
-a2aldÌ128Înumerical_librariesÖ0
-b2lsfÌ128Înumerical_librariesÖ0
-fcnÌ128Îb2lsfÖ0
 numerical_librariesÌ256Ö0


Modified: tests/ctags/recursive.f95.tags
8 files changed, 0 insertions(+), 8 deletions(-)
===================================================================
@@ -1,14 +1,6 @@
 # format=tagmanager
 approxĚ256Ö0
 approx2Ě256Ö0
-arcsinĚ16ÎapproxÖ0
-arcsin1Ě16ÎapproxÖ0
-arcsin2Ě16ÎapproxÖ0
-arcsin3Ě16ÎapproxÖ0
-asĚ16Îapprox2Ö0
-as1Ě16Îapprox2Ö0
-as2Ě16Îapprox2Ö0
-as3Ě16Îapprox2Ö0
 partsĚ16384ÎapproxÖ0
 parts2Ě16384Îapprox2Ö0
 yĚ16384ÎapproxÖ0



--------------
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