Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Invalid @since tag

Hi Jesper,

if you are working on master, you should update your API baseline to use the CDT 8.7 release, which is available as of 2 minutes ago :)  I've updated the wiki for this:
https://wiki.eclipse.org/CDT/policy#Using_API_Tooling

If you've already done that (using RC4 for example, which is the same build) then you can try cleaning and recompiling.  I'm not getting any API errors myself.

Marc
________________________________________
From: cdt-dev-bounces@xxxxxxxxxxx [cdt-dev-bounces@xxxxxxxxxxx] on behalf of Jesper Eskilson [jesper.eskilson@xxxxxxx]
Sent: June 24, 2015 2:33 AM
To: 'CDT General developers list.'
Subject: [cdt-dev] Invalid @since tag

I'm getting a bunch of "Invalid @since tag errors" in
org.eclipse.cdt.core, e.g.

> Description   Resource        Path    Location        Type
> Invalid @since 5.10 tag on _ALIGNAS; expecting @since 5.11    Keywords.java   /org.eclipse.cdt.core/parser/org/eclipse/cdt/core/parser        line 35 @since tag problem

There are ca 10-20 other similar errors.

 >      /** @since 5.10 */
 >      public static final String _ALIGNAS = "_Alignas";

Should the @since tag be changed, or do I have something wrong with my
setup?

/Jesper
--
Jesper Eskilson <jesper.eskilson@xxxxxxx>
IAR Systems AB
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/cdt-dev


Back to the top