diff --git a/build/javadoc/core/package-list b/build/javadoc/core/package-list index 5d28a9d36..8f1434cd7 100644 --- a/build/javadoc/core/package-list +++ b/build/javadoc/core/package-list @@ -1,4 +1,6 @@ +processing.awt processing.core processing.data processing.event +processing.javafx processing.opengl diff --git a/build/javadoc/core/stylesheet.css b/build/javadoc/core/stylesheet.css index cebb4fd8d..98055b22d 100644 --- a/build/javadoc/core/stylesheet.css +++ b/build/javadoc/core/stylesheet.css @@ -463,7 +463,6 @@ Table styles .useSummary td, .constantsSummary td, .deprecatedSummary td { text-align:left; padding:0px 0px 12px 10px; - width:100%; } th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ @@ -488,6 +487,7 @@ td.colOne, th.colOne { font-size:13px; } .overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, .overviewSummary td.colOne, .overviewSummary th.colOne, .memberSummary td.colFirst, .memberSummary th.colFirst, .memberSummary td.colOne, .memberSummary th.colOne, diff --git a/build/javadoc/everything/package-list b/build/javadoc/everything/package-list index bdf5da2c7..a7c211c4f 100644 --- a/build/javadoc/everything/package-list +++ b/build/javadoc/everything/package-list @@ -5,8 +5,11 @@ processing.app.platform processing.app.syntax processing.app.syntax.im processing.app.tools +processing.app.ui +processing.awt processing.core processing.data processing.event +processing.javafx processing.mode.java.preproc processing.opengl diff --git a/build/javadoc/everything/stylesheet.css b/build/javadoc/everything/stylesheet.css index cebb4fd8d..98055b22d 100644 --- a/build/javadoc/everything/stylesheet.css +++ b/build/javadoc/everything/stylesheet.css @@ -463,7 +463,6 @@ Table styles .useSummary td, .constantsSummary td, .deprecatedSummary td { text-align:left; padding:0px 0px 12px 10px; - width:100%; } th.colOne, th.colFirst, th.colLast, .useSummary th, .constantsSummary th, td.colOne, td.colFirst, td.colLast, .useSummary td, .constantsSummary td{ @@ -488,6 +487,7 @@ td.colOne, th.colOne { font-size:13px; } .overviewSummary td.colFirst, .overviewSummary th.colFirst, +.useSummary td.colFirst, .useSummary th.colFirst, .overviewSummary td.colOne, .overviewSummary th.colOne, .memberSummary td.colFirst, .memberSummary th.colFirst, .memberSummary td.colOne, .memberSummary th.colOne,