Multiple -d in scaladoc
See original GitHub issuePassing -d
flag makes scaladoc throw warning about -d
set multiple times. Probably comes from default values passed from sbt
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top 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 >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Yeah, I will update the docs then
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.