Closed felixmulder closed 4 years ago
I don't know whether this is still active, or an appropriate place to post this. If not, my apologies.
A recurring annoyance with scaladoc comment inheritance is that it doesn't work cross dependencies, even if the dependency's sources are available in standard maven artifacts, in standard maven repositories.
Some of my librarie are basically specific wrappers and type aliases for a more generic one - I have a generic codec lib, for example, with specific cxv, xml, ... implementations. The current behaviour means that my csv library, for instance, has almost no scaladoc, except for the bits that are specific or explicitly overidden.
Hi, I would like to report a new issue on scaladoc. Maybe it's already known. I have a project with only one package object containing a number of functions. No classes, no other objects, only a package object foo
. In this case, scaladoc generates documentation with nothing else except a root
package. The functions are not documented either.
@pgrandjean sounds like https://github.com/scala/bug/issues/8124
Closing as this is a big ticket, with lots of finished work in it. If any of the remaining points are especially significant, let's fork it off into a separate issue.
Ideas / General Issues
@see
in docstrings, the order gets scrambled - should not happen. Same applies to@note
EntityIterator
inindex.js
switch between right and left by visibility instead of indexwriteFor
methods, no performance gain, need to profile - crashedobject_class_comp.svg
andobject_trait_comp.svg
(fixed in: https://github.com/scala/scala/pull/5077)scala.Predef
is missing from sidebar when browsing otherscala.X
entities (might be all objects without companion class/trait) (fixed in: https://github.com/scala/scala/pull/5077)Predef extends ...
needs to go away (sidebar)(c)
instead of after. Also place(o)
before(c)
or(t)
. This'll make the search uniform to the sidebar (http://imgur.com/a/c1uyX) (fixed in: https://github.com/scala/scala/pull/5077)type
members to search inIndexScript.scala
.on("blur", function () { ... })
)Template.scala
and other unused files#definition
@shortDescription
annotation for use with hover-text and short method summaryStreamBuffer
in Graphviz. Vlad says to instantiate a generator for each GraphvizDesktop issues
Mobile Issues
General
Android
iOS