I noticed that in Java(doc) there exists something like @inheritDoc, so that comments from the nearest inheritable class are explicitly copied.
我注意到在Java(doc)中存在类似@inheritDoc的东西,因此显式复制了最近的可继承类的注释。
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...
.Net中是否存在类似的内容?我知道这可以用GhostDoc实现。 GhostDoc的缺点是“基础”评论的变化没有表现出来......
1 个解决方案
#1
1
Have you looked at Sandcastle? I believe it is now supported there.
你看过Sandcastle吗?我相信它现在得到了支持。
http://www.ewoodruff.us/shfbdocs/html/79897974-ffc9-4b84-91a5-e50c66a0221d.htm
#1
1
Have you looked at Sandcastle? I believe it is now supported there.
你看过Sandcastle吗?我相信它现在得到了支持。
http://www.ewoodruff.us/shfbdocs/html/79897974-ffc9-4b84-91a5-e50c66a0221d.htm