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

Add @inheritdoc 7.0.x #3222

Merged
merged 12 commits into from
Dec 7, 2018
Merged

Conversation

wnvko
Copy link
Contributor

@wnvko wnvko commented Nov 29, 2018

Add @inheritdoc to public fields in classes which implementing interfaces. This allows comments from interfaces to show in classes in TypeDoc API documentation.

TypeDocs may take dev comments only from interfaces when @inheritdoc is added.
However, scroll strategies need to have constructor. This is why we add
ScrollStrategy abstract class. It is implementing IScrollStrategy, and then
all implementations extends the new abstract class
@wnvko wnvko changed the base branch from master to 7.0.x November 29, 2018 06:15
@wnvko wnvko requested review from Aleksandyr and removed request for alexalex972 November 30, 2018 06:41
@dafo dafo self-assigned this Dec 6, 2018
@dafo dafo added 💥 status: in-test PRs currently being tested ✅ status: verified Applies to PRs that have passed manual verification and removed ❌ status: awaiting-test PRs awaiting manual verification 💥 status: in-test PRs currently being tested labels Dec 6, 2018
@bazal4o bazal4o merged commit 39d2bd2 into 7.0.x Dec 7, 2018
@bazal4o bazal4o deleted the mvenkov/add-inheritdoc-to-comments-7.0.x branch December 7, 2018 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
📖 documentation version: 7.0.x ✅ status: verified Applies to PRs that have passed manual verification
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants