Skip to content

Commit 8a32fc9

Browse files
committed
Adds scaladoc notes to read me
1 parent 440d2eb commit 8a32fc9

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

README.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,20 @@ The library comprises three main packages:
2727
- `scala.swing`: All widget classes and traits.
2828
- `scala.swing.event`: The event hierarchy.
2929
- `scala.swing.test`: A set of demos.
30-
3130

32-
Notes:
31+
<br>
32+
33+
ScalaDocs
34+
===
35+
36+
Documentation for scala-swing included in 2.11.1 is can be found [here](http://www.scala-lang.org/api/2.11.1/scala-swing/#scala.swing.package)
37+
38+
Other version can be found at [http://www.scala-lang.org/documentation/api.html](http://www.scala-lang.org/documentation/api.html)
39+
40+
41+
<br><br>
42+
43+
_Notes:_
3344

3445
- Visual appearance of combo boxes using the GTK LaF is broken on JDKs < 1.7b30. This is a Java Swing problem.
46+

0 commit comments

Comments
 (0)