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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: improve and fix public docs #78

Merged
merged 1 commit into from Jul 25, 2020
Merged

docs: improve and fix public docs #78

merged 1 commit into from Jul 25, 2020

Conversation

jeroen-meijer
Copy link
Contributor

@jeroen-meijer jeroen-meijer commented Jul 25, 2020

Status

READY

Breaking Changes

NO

Description

Problem

When projects that use this library have strict rules around documentation verification (for example, when checking docs in CI), this library makes that CI pipeline fail in some cases. When generating documentation for this library, some warnings arise such as invalid references to symbols ([Equatables] doesn't exist, but [Equatable] does). This might prevent the aforementioned libraries from getting their docs generated once uploaded to pub.dev.

An example of this behavior can be found on the score page of my package KanaKit.

10 points are deducted from the score, no docs are generated and the following warnings are given:

  warning: unresolved doc reference [Equatables]
    from kana_kit.KanaKitConfig.props: (file:///tmp/pub-dartlang-dartdocHOHOHD/pkg/lib/src/models/kana_kit_config.dart:88:20)
    in documentation inherited from equatable.Equatable.props: (file:///tmp/pub-cache-dirFCNUXL/hosted/pub.dartlang.org/equatable-1.2.2/lib/src/equatable.dart:22:20)
  warning: unresolved doc reference [Equatables]
    from kana_kit.Romanization.props: (file:///tmp/pub-dartlang-dartdocHOHOHD/pkg/lib/src/models/romanization/romanization.dart:39:20)
    in documentation inherited from equatable.Equatable.props: (file:///tmp/pub-cache-dirFCNUXL/hosted/pub.dartlang.org/equatable-1.2.2/lib/src/equatable.dart:22:20)
found 2 warnings and 0 errors

Solution

This PR contains fixes for those references, along with some clarification and streamlining for different parts of the API.

Feel free to pick and choose which changes you'd like to keep.
Needless to say, I recommend pulling in the entire PR. 馃槈

Changes

  • Clarified and streamlined all public-facing API documentation
  • Fixed invalid references to internal and external classes, fields and functions

Todos

  • Tests (N/A)
  • Documentation
  • Examples (N/A)

Impact to Remaining Code Base

This PR will affect:

  • All public-facing documentation.

- Clarified and streamlined all public-facing API documentation
- Fixed invalid references to internal and external classes, fields and functions
Copy link
Owner

@felangel felangel left a comment

Choose a reason for hiding this comment

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

Thanks for the awesome PR! Changes look great 馃挴

@felangel felangel added the documentation Documentation requested label Jul 25, 2020
@felangel felangel merged commit 74face7 into felangel:master Jul 25, 2020
@felangel felangel mentioned this pull request Jul 25, 2020
3 tasks
@felangel felangel added this to Done in equatable Jul 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Documentation requested
Projects
equatable
  
Done
Development

Successfully merging this pull request may close these issues.

None yet

2 participants