Skip to content

Add --inject-html flag to enable {@inject-html}, and update README.md #1793

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

Merged
merged 5 commits into from
Oct 15, 2018

Conversation

gspencergoog
Copy link
Collaborator

@gspencergoog gspencergoog commented Oct 12, 2018

This adds a flag --inject-html that will enable the {@inject-html} directive. Without the flag, the directive is not enabled.

Also, updated the README.md to include information about inject-html.

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Oct 12, 2018
@gspencergoog gspencergoog changed the title Update the README.md to include information about {@inject-html} Add --inject-html flag to enable {@inject-html}, and update README.md Oct 12, 2018
@gspencergoog
Copy link
Collaborator Author

OK, feel free to merge whenever you're ready.

@@ -1045,7 +1045,7 @@ abstract class _DartdocArgOption<T> implements DartdocOption<T> {
defaultsTo: defaultsTo as bool,
help: help,
hide: hide,
negatable: negatable);
negatable: negatable ?? false);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

probably unnecessary now, but should be safe

@jcollins-g jcollins-g merged commit 2b8e295 into dart-lang:master Oct 15, 2018
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.

3 participants