mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-08-04 06:45:43 +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:
parent
20598975f4
commit
c66d331a95
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ It's no longer manditory since templates are no longer organized by project
|
||||||
<attribute name="filterPattern" type="string">
|
<attribute name="filterPattern" type="string">
|
||||||
<annotation>
|
<annotation>
|
||||||
<documentation>
|
<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>
|
</documentation>
|
||||||
</annotation>
|
</annotation>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
|
Loading…
Add table
Reference in a new issue