Table of Contents Exclusion Plug-In

This plug-in can be used to exclude API members from the table of contents via the <tocexclude /> XML comment tag. This can simplify the table of contents to show only selected API members. The members that are excluded from the table of contents are accessible from the namespace and class members list pages as well as any other reference links created via <see> and <seealso> tags, etc.

This plug-in contains no configuration options. It simply searches the XML comments files for members that contain a <tocexclude/> tag and removes those members from the table of contents.

If needed, the <tocexclude /> tag can be placed in a namespace summary in the project settings to remove an entire namespace from the table of contents but still leave it's content accessible via other reference links.

See Also

Other Resources