Click here to Skip to main content
15,888,461 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have used Sandcastle for documentation of my C# desktop windows application. I am using Sandcastle Help File Builder (SHFB) and included *.sln or *.csproj file to extract the info and make it as a *chm documentation file. It compiled but didn't work properly as I have already added my comments like this
C#
/// <summary>
/// Create form to display the GUI to process the data of CPRI and XIO links in side the data grids.
/// </summary>


but it is not appear in the documentation(chm) file in FORM1 class and also in other classes. I have already included other summary in the similar manner in the other classes but it was also not include.Any idea?

I do n't know where I am lacking.....Thank you.
Posted
Updated 5-Aug-12 11:50am
v2

1 solution

My guess would be that you did not enable the XML comments in your project settings. See this article[^] and see if that helps you.
 
Share this answer
 
Comments
skashanali 6-Aug-12 6:05am    
Thank you Wes, You made me think in another direction and then I got the solution.
By default in the "visibility" section, Document Private and Document Private fields are false and when I turn it on it worked for me.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS


CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900