I am a huge fan of GhostDoc and use it in all of my development projects. Knowing that it supports custom rules I'd like to ask what custom rules have you written?

link|improve this question
feedback

1 Answer

up vote 1 down vote accepted

It's not quite a GhostDoc rule, but...

Starting in 1996, I wrote a VB macro that did GhostDoc-like comment generation for C & C++, and then a bit later, for C# too. Then I discovered GhostDoc and thought it would save me writing any more hideous VB macro code. But I was disappointed to find that GD did less than my macro, and its rules were not flexible enough to bridge the gap.

So I continued developing my macro - it's now a fully fledged add-in written in C#. You might like to give it a try (it's free) - atomineerutils.

link|improve this answer
Since you are the only one to post I'll mark your answer as correct... weep – Kane Nov 23 '09 at 2:35
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.