Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cdt-dev] Does API tooling work for you?

API tooling seems to be broken for CDT. For example, if I take IASTNode and add a new method to it, lets say public int bogus(); and save the file, there is no error or warning for the missing @since tag. Does anybody else see this behavior, or it's just some breakage in my environment?

-sergey

Back to the top