Skip to content

Add support from member groupping and render html more directly #10795

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 9 commits into from
Dec 15, 2020

Conversation

romanowski
Copy link
Contributor

No description provided.

@romanowski romanowski force-pushed the scala3doc/member-grouping branch from 8fdf966 to 74139c2 Compare December 15, 2020 09:04
@romanowski romanowski force-pushed the scala3doc/member-grouping branch from 74139c2 to d0d951c Compare December 15, 2020 09:05
Copy link
Contributor

@BarkingBad BarkingBad left a comment

Choose a reason for hiding this comment

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

Looks OK

@@ -111,14 +113,18 @@ extension (bound: Bound)
}

extension (m: DModule)
def updatePackages(op: Seq[DPackage] => Seq[DPackage]): DModule =
def updatePackages(op: Seq[Member] => Seq[Member]): DModule =
val topLevelPck = m.getPackages.get(0)
Copy link
Contributor

Choose a reason for hiding this comment

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

Is it safe assumption?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes. We create a module with single package.

Expand semantic of prefixed source link as well as add option to provide revision and subpach to web-based ones.
@abgruszecki abgruszecki merged commit 18c84fc into scala:master Dec 15, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants