We like to document our private and internal members
with the /// C# syntax, as it gives us intellisense on
those members.
This documentation obviously makes it way into the XML
file we ship with our components, so we would like to
strip it from the XML file.
It would be great if ndoc could handle this for us: ndoc
could spit a trimmed-down version of the XML file at the
same time it generates the documentation. It could strip
the doccomments according to the DocumentXyz core
settings.
Logged In: YES
user_id=399623
This feature is somewhat related to RFE 676657 [1] because
both features require ndoc to output the XML doccomment
file.
[1] http://sourceforge.net/tracker/index.php?
func=detail&aid=676657&group_id=36057&atid=416081
Logged In: YES
user_id=919791
There is an *alpha* documenter 'Intellisense' in the CVS
which can accomplish what you require...