About XML Documentation comments for overriden functions

S

Shengtian Yang

Hi,

I am writing the XML Documentation comments and useing the "Sandcastle Help
File Builder" to generate the document, but one problem is encountered.

There are several classes derived from the common abstract (template) class.
Though each class overides several abstract or virtual functions defined in
the abstract class, the documentation for those functions remain unchanged.

The simplest way is just to copy all the XML comments from the base class to
the derived class, but I am not satisfied with it, so is there any better
solutions? (If I don't write any XML comments for overriden functions, then
the "Sandcastle Help File Builder" will not generate the document for those
overriden functions based on the document of base fucntions.)

Thanks.
 
O

Omar Abid

Hi,

I am writing the XML Documentation comments and useing the "Sandcastle Help
File Builder" to generate the document, but one problem is encountered.

There are several classes derived from the common abstract (template) class.
Though each class overides several abstract or virtual functions defined in
the abstract class, the documentation for those functions remain unchanged.

The simplest way is just to copy all the XML comments from the base class to
the derived class, but I am not satisfied with it, so is there any better
solutions? (If I don't write any XML comments for overriden functions, then
the "Sandcastle Help File Builder" will not generate the document for those
overriden functions based on the document of base fucntions.)

Thanks.

Hi,
Check out this link : http://expressdotnet.freehostia.com
Omar Abid
 

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