XML Comments in a namespace

D

David A. Osborn

From what I am reading it appears to not be possible to put xml comments in
a namespace in VS2005 and have the system generate them in the comment
document at build time. Does anyone know of a work around for this or a
patch that maybe out?
 
H

Herfried K. Wagner [MVP]

David A. Osborn said:
From what I am reading it appears to not be possible to put xml comments
in a namespace in VS2005 and have the system generate them in the comment
document at build time. Does anyone know of a work around for this or a
patch that maybe out?

The reason for this is that the same namespace can be used in more than one
file and even in more than one assembly. Tools like NDOC provided a way for
entering namespace documentation information.
 
P

Peter Macej

You can do this with our VSdocman. When there are multiple comments for
the same namespace in different files, you'll get a warning. You can
also comment root namespace which has no source code declaration.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top