Sunday, May 1, 2011

Inherit comments from interface or base

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...

From stackoverflow

0 comments:

Post a Comment