Hide methods inherited from Object from Sandcastle-generated documentation?

筅森魡賤 提交于 2019-12-24 14:28:28

问题


How can I hide methods that are inherited from the Object class (such as Equals, Finalize, GetHashCode, GetType, etc...) from Sandcastle-generated documentation. I have a class called LicenseManager that has a single method, and the Object inherited methods are clogging the display.

I am using the latest version of Sandcastle + Sandcastle Help File Builder.

http://cl.ly/3Y2p1C0m1a3f160z0y2v


回答1:


Found an option in "Sandcastle Help File Builder" that does this.

Set (DocumentInheritedFrameworkMembers = false) in the Visibility option group.



来源:https://stackoverflow.com/questions/10666123/hide-methods-inherited-from-object-from-sandcastle-generated-documentation

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!