Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top