1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-23 17:05:26 +02:00

Bug 570992: Fix templates extension point documentation

The "filterPattern" attribute is used to filter templates by language
ID, not by build configuration ID.

Change-Id: Idd89fffc2ec3aefc3c1421b4cbbc7e1a19dbb7f3
This commit is contained in:
John Dallaway 2021-02-06 16:52:34 +00:00
parent 20598975f4
commit c66d331a95

View file

@ -102,7 +102,7 @@ It's no longer manditory since templates are no longer organized by project
<attribute name="filterPattern" type="string">
<annotation>
<documentation>
filterPattern is a java.util.regex.Pattern format string which is used to match against build configuration ids. This is an optional attribute, if absent will all configurations will match.
filterPattern is a java.util.regex.Pattern format string which is used to match against language identifiers. This is an optional attribute, if absent all languages will match.
</documentation>
</annotation>
</attribute>