Browse by Tags
All Tags » C# » 3.0
-
Hi
all,
I've introduced my own rules to extend the xml output of properties, methods, fields, etc.
As mentioned in the subject, the processor stops processing, if it hits on
a List<T> type.
Take this short code snippet as an example:
public List<string>
TestMethod(List<string> test)
{
...
-
Hi Serge,
Will this include "ref", as well as "params[]", and optional parameters (.NET 4.0)?
-
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. ...
-
I think this bug is still not fixed. I uninstalled my previous version and installed this latest 3.0.10340 version. I'm running VS 2008 SP1 on Windows7 x64.
Notice that the "currentString" param is present in the doc comments. /// <summary> /// Chops the trim. ...
|
|