question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Multiple -d in scaladoc

See original GitHub issue

Passing -d flag makes scaladoc throw warning about -d set multiple times. Probably comes from default values passed from sbt

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
BarkingBadcommented, Jun 30, 2021

Yeah, I will update the docs then

1reaction
dwijnandcommented, Jun 30, 2021

The point is that if one wants that they should redefine Compile / doc / target, not pass the -d option. So I think there’s no behavioural change to do here - but perhaps that doc page can make that clearer.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Scaladoc for Library Authors
Scaladoc is a documentation system that lives in the comments of Scala ... E.g. * * Calculate the square of the given number...
Read more >
How to disambiguate links to methods in scaladoc?
Doc.scala:1: warning: The link target "Doc.foo" is ambiguous. Several (possibly overloaded) members fit the target: method ...
Read more >
mslinn/multi-scaladoc: Scaladoc for SBT MultiProjects - GitHub
This program creates Scaladoc for the Scala code found in the master branch of your project. The resulting Scaladoc output is saved in...
Read more >
Spark 3.3.1 ScalaDoc - org.apache.spark.rdd.RDD
A Resilient Distributed Dataset (RDD), the basic abstraction in Spark. Represents an immutable, partitioned collection of elements that can be operated on ...
Read more >
Scaladoc - John's Cheatsheets - Crunch'n Numbers
The closing Scaladoc tag goes on its own, * separate line. E.g. * * Calculate the square of the given number * *...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found