How can I configure Document X to only show types for which I've provided XML Documentation in my code?
Date
Votes
1 comment
-
Richard Sloggett You cannot exclude items that don't have any Xml comments.
What you can do is use the "Undocumented Items" tool to identify those elements that don't have any documentation. You could then use the "Exclude" flag in the Content File editor for those items to exclude them if you wish.
It might be better to create a custom template and change the "BlankFormat" attribute on the "Description" content element to a placeholder - e.g. "[TBC]" - so that users aren't confused by missing pages?
Please sign in to leave a comment.