How do you generate documentation from the C# file
commented properly with a command-line compiler?
Answer Posted / mohan kumar e.
By /doc switch in the commandline compiler we can generate
xml documentation.
csc ab.cs /doc:ab.xml
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Can the accessibility of a type member be greater than the accessibility of its containing type?
What are the types of attributes in c#?
Where test director stores its data ? Database ,Local file etc...? I need to read this data from Visual Studio 2005 c# client. Regards
How does aspect oriented programming work?
Why dictionary is faster than list?
What is the solution if you need to manipulate sets of items?
What are the uses of namespaces?
Are attributes inherited c#?
What is access specifier in c#?
Explain About disco and uddi
What is a lambda expression in c#?
What are the features of c#?
What does void do in c#?
What is thread in c#?
Can a abstract class have a constructor?