Browse by Tags
All Tags » C#
-
I use custom attributes in summary tags. For example:
<summary acc="protected" type="System.String">
I use the attributes in an XSLT I created for generating HTML documentation. It would be really nice if we could add User-defined rules that can add attributes to these tags.
thanks!
-
Hi,
I have just started using GhostDoc and must say that it is fantastic. Congratulations on such a simple but very useful tool.
The main benefit that I am getting from it at the moment is the ability to automatically produce xml comments for inherited members. I like to document my code as much as possible but found that I was neglecting ...
-
If I have a parameter named @event (@ required because event is a C# keyword), the generated documentation is this:/// <param name="event">The @event.</param>The paremeter name is right, but the text is wrong.
-
I'm getting this warning on a parameter called callbackObject and offering to rename it to callback.
Why is this a language specific type name?
Wouldn't callback trigger the same rule?
What am I missing?
|
|