After setting up my Scaladoc, I see that some documentation is still missing from the IDE
It seems to me (thanks to Peter for noticing this):
- Non-bold functions do not have documentation
- bold functions have a minimum minimum
- underlined functions have full documentation
No documentation (plain bold) 
Small minimal documentation (bold) 
Full documentation (underlined) 
For recording, my skydiver is set as follows
doc ├── scala-devel-docs │ └── api │ ├── index │ ├── lib │ └── scala │ ├── actors │ │ ├── remote │ │ └── scheduler │ ├── annotation │ │ ├── meta │ │ └── unchecked
and configured as follows:

EDIT:
Downloaded Javadoc from Oracle and placed in /Library/Scala/2.10.0-RC2/doc/javadoc
javadoc/api ├── index-files ├── java │ ├── applet │ │ └── class-use │ ├── awt │ │ ├── class-use │ │ ├── color │ │ │ └── class-use │ │ ├── datatransfer │ │ │ └── class-use
Added 1 more entry in IDEA:

It doesn't seem to help.
Please clarify
source share