Browse by Tags
All Tags » C# » constructor
-
I always rebuild my doc comments manually so I wasn't meaning that it should be automatic (though that would be nice if there's a way to do that).
Any other modification to a method - removing a parameter, changing it to 'void' return, renaming a parameter, etc. all work correctly by "rebuilding" the doc comments for the ...
-
I'm running version 3.0.10340 on Win7 x64.
If I have a constructor that is initially defined as 'public' and document the ctor I get the following summary comments (as expected): /// <summary> /// Initializes a new instance of the <see cref="Class1"/> class. ...
|
|