Skip to content

Commit 626ea2c

Browse files
committed
Add TagsAttribute to example library
1 parent 5bca941 commit 626ea2c

File tree

55 files changed

+273
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

55 files changed

+273
-92
lines changed

Source/Examples/ExampleLibrary/Annotations/AnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace ExampleLibrary
1010
using OxyPlot.Annotations;
1111
using OxyPlot.Axes;
1212

13-
[Examples("Annotations")]
13+
[Examples("Annotations"), Tags("Annotations")]
1414
public static class AnnotationExamples
1515
{
1616
[Example("Tool tips")]

Source/Examples/ExampleLibrary/Annotations/ArrowAnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace ExampleLibrary
1010
using OxyPlot.Annotations;
1111
using OxyPlot.Axes;
1212

13-
[Examples("ArrowAnnotation")]
13+
[Examples("ArrowAnnotation"), Tags("Annotations")]
1414
public static class ArrowAnnotationExamples
1515
{
1616
[Example("ArrowAnnotation")]

Source/Examples/ExampleLibrary/Annotations/EllipseAnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace ExampleLibrary
1010
using OxyPlot.Annotations;
1111
using OxyPlot.Axes;
1212

13-
[Examples("EllipseAnnotation")]
13+
[Examples("EllipseAnnotation"), Tags("Annotations")]
1414
public static class EllipseAnnotationExamples
1515
{
1616
[Example("EllipseAnnotation")]

Source/Examples/ExampleLibrary/Annotations/FunctionAnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace ExampleLibrary
1212
using OxyPlot.Annotations;
1313
using OxyPlot.Axes;
1414

15-
[Examples("FunctionAnnotation")]
15+
[Examples("FunctionAnnotation"), Tags("Annotations")]
1616
public static class FunctionAnnotationExamples
1717
{
1818
[Example("FunctionAnnotation")]

Source/Examples/ExampleLibrary/Annotations/ImageAnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ namespace ExampleLibrary
1414
using OxyPlot.Axes;
1515
using OxyPlot.Series;
1616

17-
[Examples("ImageAnnotation")]
17+
[Examples("ImageAnnotation"), Tags("Annotations")]
1818
public static class ImageAnnotationExamples
1919
{
2020
[Example("ImageAnnotation")]

Source/Examples/ExampleLibrary/Annotations/LineAnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace ExampleLibrary
1010
using OxyPlot.Annotations;
1111
using OxyPlot.Axes;
1212

13-
[Examples("LineAnnotation")]
13+
[Examples("LineAnnotation"), Tags("Annotations")]
1414
public static class LineAnnotationExamples
1515
{
1616
[Example("LineAnnotation on linear axes")]

Source/Examples/ExampleLibrary/Annotations/PointAnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace ExampleLibrary
1010
using OxyPlot.Annotations;
1111
using OxyPlot.Axes;
1212

13-
[Examples("PointAnnotation")]
13+
[Examples("PointAnnotation"), Tags("Annotations")]
1414
public static class PointAnnotationExamples
1515
{
1616
[Example("PointAnnotation")]

Source/Examples/ExampleLibrary/Annotations/PolygonAnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace ExampleLibrary
1313
using OxyPlot.Axes;
1414
using OxyPlot.Series;
1515

16-
[Examples("PolygonAnnotation")]
16+
[Examples("PolygonAnnotation"), Tags("Annotations")]
1717
public static class PolygonAnnotationExamples
1818
{
1919
[Example("PolygonAnnotation")]

Source/Examples/ExampleLibrary/Annotations/PolylineAnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace ExampleLibrary
1010
using OxyPlot.Annotations;
1111
using OxyPlot.Axes;
1212

13-
[Examples("PolylineAnnotation")]
13+
[Examples("PolylineAnnotation"), Tags("Annotations")]
1414
public static class PolylineAnnotationExamples
1515
{
1616
[Example("PolylineAnnotation")]

Source/Examples/ExampleLibrary/Annotations/RectangleAnnotationExamples.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace ExampleLibrary
1111
using OxyPlot.Axes;
1212
using OxyPlot.Series;
1313

14-
[Examples("RectangleAnnotation")]
14+
[Examples("RectangleAnnotation"), Tags("Annotations")]
1515
public static class RectangleAnnotationExamples
1616
{
1717
[Example("RectangleAnnotation")]

0 commit comments

Comments
 (0)