Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip obsolete methods when generating metadata #2068

Closed
FilipCotan opened this issue Sep 20, 2017 · 2 comments
Closed

Skip obsolete methods when generating metadata #2068

FilipCotan opened this issue Sep 20, 2017 · 2 comments

Comments

@FilipCotan
Copy link

Hi there,

I was wondering if there's a way to skip some methods when generating documentation.
Let's say I want to generate documentation for my API and I want to skip some methods in a source code file. Is that possible?

Thank you,
Philip

@superyyrrzz
Copy link
Contributor

You can try this: http://dotnet.github.io/docfx/tutorial/howto_filter_out_unwanted_apis_attributes.html

attributeRules:
- exclude:
    uidRegex: ^System\.Obsolete$

@FilipCotan
Copy link
Author

This is what I was looking for. Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants