Is there a way to generate a readable document file from a visual studio directly from the document on the code? (2010 is also considering)
If not, what should I use to create a CHM or HTML file?
Example of code:
/// & lt; Summary & gt; /// Convert number to string /// & lt; / Summary & gt; /// & lt; Param name = "number"> In the string & lt; / Param & gt; /// & lt; Returns & gt; Number of strings & lt; / Returns & gt; /// & lt; Example & gt; /// & lt; Code & gt; /// var s = MyMethod (5); /// & lt; / Code & gt; /// & lt; / Example & gt; /// & lt; Exception cref = "exception" & gt; If this can not be changed & lt; / Exception & gt; /// & lt; Comment & gt; /// Whoever /// & lt; / Comment & gt; Public string MyMethod (int no) {return number. Toasting (); }
It can directly be done with Visual Studio.
Comments
Post a Comment