R

Ram Sharma • 3.40K Points
Extraordinary

Q. Which tool is used to generate documentation from XML comments in .NET?

  • (A) docfx
  • (B) msbuild
  • (C) dotnet doc
  • (D) csc /doc

Explanation by: Ram Sharma
The `/doc` option with the C# compiler (`csc`) generates XML documentation from code comments.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.