File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
docs/articles/contributing Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,10 +8,10 @@ BenchmarkDotNet uses [DocFX](https://dotnet.github.io/docfx/) as a documentation
88 [ cross references] ( https://dotnet.github.io/docfx/tutorial/links_and_cross_references.html#different-syntax-of-cross-reference ) by
99 [ UID] ( https://dotnet.github.io/docfx/tutorial/links_and_cross_references.html#define-uid ) .
1010 For example,
11- ` [OutlierMode ](xref:BenchmarkDotNet.Mathematics.OutlierMode ) ` and
12- ` @BenchmarkDotNet.Mathematics.OutlierMode `
11+ ` [SimpleJobAttribute ](xref:BenchmarkDotNet.Attributes.SimpleJobAttribute ) ` and
12+ ` @BenchmarkDotNet.Attributes.SimpleJobAttribute `
1313 will be transformed to
14- [ OutlierMode ] ( xref:BenchmarkDotNet.Mathematics.OutlierMode ) .
14+ [ SimpleJobAttribute ] ( xref:BenchmarkDotNet.Attributes.SimpleJobAttribute ) .
1515
1616## Notes
1717
You can’t perform that action at this time.
0 commit comments