Skip to content

Commit f6dcd32

Browse files
Add BenchmarkDotNet.Annotations in API documentation
1 parent 338e40b commit f6dcd32

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

docs/docfx.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,10 @@
33
{
44
"src": [
55
{
6-
"files": "src/BenchmarkDotNet/*.csproj",
6+
"files": [
7+
"src/BenchmarkDotNet/*.csproj",
8+
"src/BenchmarkDotNet.Annotations/*.csproj"
9+
],
710
"exclude": [
811
"**/obj/**",
912
"**/bin/**"

0 commit comments

Comments
 (0)