Skip to content

Clarify exclude/include behavior in README #2193

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 3 commits into from
Apr 24, 2020
Merged

Conversation

jcollins-g
Copy link
Contributor

Fixes #2155.

Probably not P1 anymore since the underlying issue causing people to try to use the exclude parameter in this way is fixed, but this PR updates the README to hopefully eliminate remaining confusion.

@googlebot googlebot added the cla: yes Google CLA check succeeded. label Apr 24, 2020
README.md Outdated
@@ -120,18 +120,23 @@ dartdoc:
- tool-error
```

#### dartdoc_options.yaml fields

In general, **paths are relative** to the directory the `dartdoc_options.yaml` the option is defined in
Copy link
Member

Choose a reason for hiding this comment

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

The grammar here is hard to parse. Maybe

In general, paths are relative to the directory of the dartdoc_options.yaml file in which the option is defined, and should be specified as POSIX paths.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done

@jcollins-g jcollins-g merged commit bd21fdb into master Apr 24, 2020
@jcollins-g jcollins-g deleted the doc-update-exclude 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_options exclude ignored
4 participants