Browse by Tags
All Tags » rules » 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)
{
...
-
It's been a while since I've used GhostDoc, but I seem to remember it being very easy to enter a long list of parameter name documentation replacements. This was really handy when you have consistent parameter/property names representing application or company-specific topics.
Simple example - a parameter such as ...
|
|