-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
Add support from member groupping and render html more directly #10795
Conversation
…ing custom groupsAdd package kind
Top level package now has all features as any other one.
8fdf966
to
74139c2
Compare
74139c2
to
d0d951c
Compare
There was a problem hiding this 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) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it safe assumption?
There was a problem hiding this comment.
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.
No description provided.