Hello,
I was using a class diagram to create a method, and I was adding parameters. Well, I named a parameter something and so I went to change it, and the summary disappeared. I checked out the class, and what happened is that it created a new parameter, and left the old one, which was invalid, instead of changing it.
So in the CD, I changed Description and Abbreviation parameters of a method to strDescription and strAbbreviation, and when I did so, the summaries disappeared. I thought maybe they were cleared until I looked at the method, and it had this:
'''
<summary>
''' Summary....
''' </summary>
''' <param name="Description">.Comment.</param>
''' <param name="Abbreviation">.Comment.</param>
''' <param name="strDescription">.Comment.</param>
''' <param name="strAbbreviation">.Comment.</param>
I removed the comments for clarity sake; so it left the old <param> elements in, which is incorrect... I don't see how that is a planned feature, so I posted it for that reason.
Brian
"Trust in the Lord and do what is good; dwell in the land and live securely. Take delight in the Lord, and He will give you your heart's desires" (Psalm 37: 3-4).