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
8
8
[ cross references] ( https://dotnet.github.io/docfx/tutorial/links_and_cross_references.html#different-syntax-of-cross-reference ) by
9
9
[ UID] ( https://dotnet.github.io/docfx/tutorial/links_and_cross_references.html#define-uid ) .
10
10
For example,
11
- ` [OutlierMode ](xref:BenchmarkDotNet.Mathematics.OutlierMode ) ` and
12
- ` @BenchmarkDotNet.Mathematics.OutlierMode `
11
+ ` [SimpleJobAttribute ](xref:BenchmarkDotNet.Attributes.SimpleJobAttribute ) ` and
12
+ ` @BenchmarkDotNet.Attributes.SimpleJobAttribute `
13
13
will be transformed to
14
- [ OutlierMode ] ( xref:BenchmarkDotNet.Mathematics.OutlierMode ) .
14
+ [ SimpleJobAttribute ] ( xref:BenchmarkDotNet.Attributes.SimpleJobAttribute ) .
15
15
16
16
## Notes
17
17
You can’t perform that action at this time.
0 commit comments