Skip to content

Commit

Permalink
docs: Update README (#3002)
Browse files Browse the repository at this point in the history
Remove unnecessary line from code sample.
  • Loading branch information
WeihanLi authored Aug 1, 2024
1 parent 5d2fb17 commit 8f9c079
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -541,7 +541,6 @@ To enhance the generated docs with human-friendly descriptions, you can annotate
}
);

var filePath = Path.Combine(System.AppContext.BaseDirectory, "MyApi.xml");
c.IncludeXmlComments(Assembly.GetExecutingAssembly());
// or c.IncludeXmlComments(typeof(MyController).Assembly));
}
Expand Down

0 comments on commit 8f9c079

Please sign in to comment.