views:

96

answers:

1

Hi,

I noticed that in Java(doc) there exists something like @inheritDoc, so that comments from the nearest inheritable class are explicitly copied.

Does there exist something like this in .Net? I know this can be achieved with GhostDoc. The downside with GhostDoc is that changes to "base" comments are not manifested...

+1  A: 

Have you looked at Sandcastle? I believe it is now supported there.

http://www.ewoodruff.us/shfbdocs/html/79897974-ffc9-4b84-91a5-e50c66a0221d.htm

Winston Smith
I was looking for intellisense support too. But this is also nice...
Bertvan