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

[api-extractor] Fix a couple documentation issues found during testing #1192

Merged
merged 9 commits into from
Mar 30, 2019

Conversation

octogonz
Copy link
Collaborator

@octogonz octogonz commented Mar 28, 2019

During testing, we found a bunch of cases where @inheritDoc was used to inherit from types in an external package. This feature had been cut from AE7, but to avoid a regression, I'm implementing a temporary workaround that handles these cases in api-documenter.

This PR also reintroduces the boilerplate warning for classes whose constructor was marked as @internal. The boilerplate looks like this:

The constructor for this class is marked as internal. Third-party code should not call
the constructor directly or create subclasses that extend the Widget class.

…lass is marked as internal. Third-party code should not call the constructor directly or create subclasses that extend the ___ class."
… external package, instead let api-documenter handle them
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

Successfully merging this pull request may close these issues.

2 participants