filterConfig
#7548
-
How to filter out everything except methods with specific attribute? Or in other words: how to add to documentation only methods or classes with specific attribute? |
Beta Was this translation helpful? Give feedback.
Answered by
rafbart
Aug 25, 2021
Replies: 2 comments
-
Any suggestion? |
Beta Was this translation helpful? Give feedback.
0 replies
-
Ok I found answer myself: apiRules:
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
rafbart
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Ok I found answer myself:
apiRules:
hasAttribute:
uid: TechTalk.SpecFlow.GivenAttribute
type: Method
hasAttribute:
uid: TechTalk.SpecFlow.WhenAttribute
type: Method
hasAttribute:
uid: TechTalk.SpecFlow.ThenAttribute
type: Method
type: Member
hasAttribute:
uid: TechTalk.SpecFlow.BindingAttribute
type: Type
type: Type