File tree Expand file tree Collapse file tree 2 files changed +41
-0
lines changed
net.sf.eclipsecs.core/schema Expand file tree Collapse file tree 2 files changed +41
-0
lines changed Original file line number Diff line number Diff line change @@ -123,6 +123,27 @@ The all-time default configuration "Sun Checks" is defined with defaul
123123 </documentation >
124124 </annotation >
125125
126+ <annotation >
127+ <appinfo >
128+ <meta .section type =" examples" />
129+ </appinfo >
130+ <documentation >
131+ The following is an example of using the < samp> configurations< /samp> extension point.
132+
133+ < pre>
134+ < extension
135+ id=" checkstyle.CheckConfiguration"
136+ point=" net.sf.eclipsecs.core.configurations">
137+ < check-configuration
138+ name=" Sample Builtin Checks"
139+ location=" sample_checks.xml"
140+ description=" Sample Built-in configuration">
141+ < property name=" maxLineLength" value=" 50" />
142+ < /check-configuration>
143+ < /extension>
144+ < /pre>
145+ </documentation >
146+ </annotation >
126147
127148
128149
Original file line number Diff line number Diff line change @@ -129,6 +129,26 @@ The filter class must implement <code>net.sf.eclipsecs.core.filters.IFilte
129129 </documentation >
130130 </annotation >
131131
132+ <annotation >
133+ <appinfo >
134+ <meta .section type =" examples" />
135+ </appinfo >
136+ <documentation >
137+ The following is an example of using the < samp> filters< /samp> extension point.
138+
139+ < pre>
140+ < extension
141+ id=" checkstyle.CheckstyleFilters"
142+ point=" net.sf.eclipsecs.core.filters">
143+ < filter
144+ name=" Sample Filter"
145+ internal-name=" SampleFilter"
146+ description=" Sample Filter"
147+ class=" net.sf.eclipsecs.sample.filter.SampleFilter" />
148+ < /extension>
149+ < /pre>
150+ </documentation >
151+ </annotation >
132152
133153
134154
You can’t perform that action at this time.
0 commit comments