Skip to content

Some enhancements for Dottydoc and ScalaDays #2477

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

Conversation

felixmulder
Copy link
Contributor

No description provided.

@felixmulder felixmulder requested a review from nicolasstucki May 19, 2017 13:05
@felixmulder felixmulder force-pushed the topic/dottydoc-scaladays-enhancements branch from 45675d8 to 2577ccd Compare May 19, 2017 13:08
path: List[String],
superTypes: List[MaterializableLink] = Nil,
var comment: Option[Comment] = None,
var companionPath: List[String] = Nil,
var parent: Entity = NonEntity
) extends Object
) extends Object {
def modifiers: List[String] = mods.filterNot(_ == "private")
Copy link
Contributor

Choose a reason for hiding this comment

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

should it be "final"?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

waps, it should indeed!

@felixmulder felixmulder force-pushed the topic/dottydoc-scaladays-enhancements branch from 2577ccd to e80f4fb Compare May 19, 2017 13:22
"-project-version",
"project version",
"The current version of your project",
""
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is it empty?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

If the version isn't specified, it falls back to an empty string. This renders nicely on the site.

Copy link
Contributor

Choose a reason for hiding this comment

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

Ok

@felixmulder felixmulder merged commit 64f7320 into scala:master May 19, 2017
@nicolasstucki
Copy link
Contributor

The new side bar looks nice :)

@allanrenucci allanrenucci deleted the topic/dottydoc-scaladays-enhancements branch December 14, 2017 19:25
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