api-doc-tools
api-doc-tools copied to clipboard
Make DocId a default formatter
The DocId is a critical link for working with docs.microsoft.com ... right now, we just instruct any CI that runs in "frameworks mode" that they should include -lang docid, because otherwise the member and type signature will not be generated.
We should accept this fact, and make docid included in the default list.
Steps:
- Add an instance of
DocIdFormatterto these two arrays. - Update the
en.expected*entries here for the integration tests. - Verify that adding
-lang docidwill not break existing CI scripts that will already be passing in that parameter.