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

Hide non-local embedded SDKs #2175

Merged
merged 2 commits into from
Apr 10, 2020
Merged

Hide non-local embedded SDKs #2175

merged 2 commits into from
Apr 10, 2020

Conversation

jcollins-g
Copy link
Contributor

@jcollins-g jcollins-g commented Apr 9, 2020

Fixes #1949.

Don't treat an embedded SDK as local unless it is defined in the default package. I decided not to address the issue of complex embedded SDKs defined via the aggregate of multiple embedder.yamls in different packages. The worst that will happen is for those particular embedded SDKs we will generate duplicate documentation -- a much less severe problem than duplicating SDK documentation for every single Flutter app.

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Apr 9, 2020
@coveralls
Copy link

Coverage Status

Coverage increased (+0.006%) to 91.813% when pulling 9c1de3c on hide-embeddedsdk-nondefault into db5fe1c on master.

@jcollins-g jcollins-g merged commit e028609 into master Apr 10, 2020
@jcollins-g jcollins-g deleted the hide-embeddedsdk-nondefault branch April 27, 2020 20:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes Google CLA check succeeded.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

dartdoc command should not generates docs for dart-sdk
4 participants