Sha256: 507ec0da12751eee8e23bd5e38c0239518a78965c320dbd250d795db3fce7708

Contents?: true

Size: 514 Bytes

Versions: 2

Compression:

Stored size: 514 Bytes

Contents

The orignal bug report can be found in https://sourceforge.net/p/ctags/bugs/217/

I, Masatake YAMATO, think both a bug report and developer of e-ctags go wrong.

Let's consider following input:

    #include <string>
    namespace mud {
	    std::string MajorVersion;
	    std::string MinorVersion;
	    int (* foo) (void);
    };
    

All MajorVersion, MinorVersion and foo are tagged with 'm' kind.
This is less informative. Whether they are members or not can
be known from "namespace:mud" field of tags file.

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
ctags.rb-1.1.4 ext/vendor/ctags/Units/parser-cxx.r/bug1924919.cpp.d/README
ctags.rb-1.1.3 ext/vendor/ctags/Units/parser-cxx.r/bug1924919.cpp.d/README