From 163d4535e6113502e4b07a0bb31016077c77d3ed Mon Sep 17 00:00:00 2001 From: Carlos Amengual Date: Tue, 30 Jul 2024 18:09:44 +0200 Subject: [PATCH] Small javadoc tweaks --- echosvg-all/src/main/java/module-info.java | 3 ++- echosvg-anim/src/main/java/module-info.java | 3 ++- echosvg-awt-util/src/main/java/module-info.java | 3 ++- echosvg-bridge/src/main/java/module-info.java | 3 ++- echosvg-codec/src/main/java/module-info.java | 3 ++- echosvg-constants/src/main/java/module-info.java | 3 ++- echosvg-css/src/main/java/module-info.java | 3 ++- echosvg-dom/src/main/java/module-info.java | 3 ++- echosvg-ext/src/main/java/module-info.java | 3 ++- echosvg-extension/src/main/java/module-info.java | 3 ++- echosvg-gui-util/src/main/java/module-info.java | 3 ++- echosvg-gvt/src/main/java/module-info.java | 3 ++- echosvg-i18n/src/main/java/module-info.java | 3 ++- .../java/io/sf/carte/echosvg/parser/NumberListParser.java | 6 ++++-- echosvg-parser/src/main/java/module-info.java | 3 ++- echosvg-script/src/main/java/module-info.java | 3 ++- echosvg-slideshow/src/main/java/module-info.java | 3 ++- echosvg-svg-dom/src/main/java/module-info.java | 3 ++- echosvg-svggen/src/main/java/module-info.java | 3 ++- echosvg-svgpp/src/main/java/module-info.java | 3 ++- echosvg-svgrasterizer/src/main/java/module-info.java | 3 ++- echosvg-swing/src/main/java/module-info.java | 3 ++- echosvg-test/src/main/java/module-info.java | 3 ++- echosvg-ttf2svg/src/main/java/module-info.java | 3 ++- echosvg-util/src/main/java/module-info.java | 3 ++- echosvg-xml/src/main/java/module-info.java | 3 ++- 26 files changed, 54 insertions(+), 27 deletions(-) diff --git a/echosvg-all/src/main/java/module-info.java b/echosvg-all/src/main/java/module-info.java index c30bd7c6b..312e76399 100644 --- a/echosvg-all/src/main/java/module-info.java +++ b/echosvg-all/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Aggregate module. */ diff --git a/echosvg-anim/src/main/java/module-info.java b/echosvg-anim/src/main/java/module-info.java index 0279ee93c..cef0734ab 100644 --- a/echosvg-anim/src/main/java/module-info.java +++ b/echosvg-anim/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Animation engine. */ diff --git a/echosvg-awt-util/src/main/java/module-info.java b/echosvg-awt-util/src/main/java/module-info.java index 9cf5f1eae..21cc2c9b7 100644 --- a/echosvg-awt-util/src/main/java/module-info.java +++ b/echosvg-awt-util/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * AWT utilities. * diff --git a/echosvg-bridge/src/main/java/module-info.java b/echosvg-bridge/src/main/java/module-info.java index b97f59fd7..0c3b5a64c 100644 --- a/echosvg-bridge/src/main/java/module-info.java +++ b/echosvg-bridge/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Bridge. * diff --git a/echosvg-codec/src/main/java/module-info.java b/echosvg-codec/src/main/java/module-info.java index 46c304604..906ec065f 100644 --- a/echosvg-codec/src/main/java/module-info.java +++ b/echosvg-codec/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * AWT image codecs. * diff --git a/echosvg-constants/src/main/java/module-info.java b/echosvg-constants/src/main/java/module-info.java index 13728ac9c..5b76a69cc 100644 --- a/echosvg-constants/src/main/java/module-info.java +++ b/echosvg-constants/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Constants library. */ diff --git a/echosvg-css/src/main/java/module-info.java b/echosvg-css/src/main/java/module-info.java index c1b9e47e7..46c922146 100644 --- a/echosvg-css/src/main/java/module-info.java +++ b/echosvg-css/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * CSS support. */ diff --git a/echosvg-dom/src/main/java/module-info.java b/echosvg-dom/src/main/java/module-info.java index ab194cc3a..efb7f0ad6 100644 --- a/echosvg-dom/src/main/java/module-info.java +++ b/echosvg-dom/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * DOM implementation. * diff --git a/echosvg-ext/src/main/java/module-info.java b/echosvg-ext/src/main/java/module-info.java index f417cb73f..2555ddafc 100644 --- a/echosvg-ext/src/main/java/module-info.java +++ b/echosvg-ext/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Interfaces to be used by external code. */ diff --git a/echosvg-extension/src/main/java/module-info.java b/echosvg-extension/src/main/java/module-info.java index 24b1b05bd..a7d6ea05c 100644 --- a/echosvg-extension/src/main/java/module-info.java +++ b/echosvg-extension/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Extension support. * diff --git a/echosvg-gui-util/src/main/java/module-info.java b/echosvg-gui-util/src/main/java/module-info.java index 006cb83a1..3a11821d9 100644 --- a/echosvg-gui-util/src/main/java/module-info.java +++ b/echosvg-gui-util/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * GUI utilities. */ diff --git a/echosvg-gvt/src/main/java/module-info.java b/echosvg-gvt/src/main/java/module-info.java index 8829f7dda..187e2133a 100644 --- a/echosvg-gvt/src/main/java/module-info.java +++ b/echosvg-gvt/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Graphics Vector Tree (GVT). */ diff --git a/echosvg-i18n/src/main/java/module-info.java b/echosvg-i18n/src/main/java/module-info.java index 791011118..d4d3ba613 100644 --- a/echosvg-i18n/src/main/java/module-info.java +++ b/echosvg-i18n/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * i18n library. */ diff --git a/echosvg-parser/src/main/java/io/sf/carte/echosvg/parser/NumberListParser.java b/echosvg-parser/src/main/java/io/sf/carte/echosvg/parser/NumberListParser.java index fac6dfc90..16db9f3d0 100644 --- a/echosvg-parser/src/main/java/io/sf/carte/echosvg/parser/NumberListParser.java +++ b/echosvg-parser/src/main/java/io/sf/carte/echosvg/parser/NumberListParser.java @@ -23,8 +23,10 @@ /** * This class implements an event-based parser for the SVG Number list values. * - * @author tonny@kiyut.com - * @author For later modifications, see Git history. + *

+ * Original author: tonny@kiyut.com. For later modifications, see Git history. + *

+ * * @version $Id$ */ public class NumberListParser extends NumberParser { diff --git a/echosvg-parser/src/main/java/module-info.java b/echosvg-parser/src/main/java/module-info.java index 96bdf3e4a..0e54126e1 100644 --- a/echosvg-parser/src/main/java/module-info.java +++ b/echosvg-parser/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * SVG microsyntax parser. */ diff --git a/echosvg-script/src/main/java/module-info.java b/echosvg-script/src/main/java/module-info.java index ebd65a904..3ff1d02f9 100644 --- a/echosvg-script/src/main/java/module-info.java +++ b/echosvg-script/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Script language support. * diff --git a/echosvg-slideshow/src/main/java/module-info.java b/echosvg-slideshow/src/main/java/module-info.java index 20221e469..13ede7997 100644 --- a/echosvg-slideshow/src/main/java/module-info.java +++ b/echosvg-slideshow/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * SVG slideshow application. */ diff --git a/echosvg-svg-dom/src/main/java/module-info.java b/echosvg-svg-dom/src/main/java/module-info.java index 8408c830e..3f8a23a2a 100644 --- a/echosvg-svg-dom/src/main/java/module-info.java +++ b/echosvg-svg-dom/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * SVG DOM implementation. */ diff --git a/echosvg-svggen/src/main/java/module-info.java b/echosvg-svggen/src/main/java/module-info.java index 179b7d61c..a78dc354f 100644 --- a/echosvg-svggen/src/main/java/module-info.java +++ b/echosvg-svggen/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Java2D SVG generator. */ diff --git a/echosvg-svgpp/src/main/java/module-info.java b/echosvg-svgpp/src/main/java/module-info.java index 9550fb541..ad4b674d7 100644 --- a/echosvg-svgpp/src/main/java/module-info.java +++ b/echosvg-svgpp/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * SVG Pretty Printer Application. */ diff --git a/echosvg-svgrasterizer/src/main/java/module-info.java b/echosvg-svgrasterizer/src/main/java/module-info.java index 932b6a841..8bf52ad93 100644 --- a/echosvg-svgrasterizer/src/main/java/module-info.java +++ b/echosvg-svgrasterizer/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * SVG rasterizer library. */ diff --git a/echosvg-swing/src/main/java/module-info.java b/echosvg-swing/src/main/java/module-info.java index f8c7039a5..30501f5e6 100644 --- a/echosvg-swing/src/main/java/module-info.java +++ b/echosvg-swing/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * SVG Swing components. */ diff --git a/echosvg-test/src/main/java/module-info.java b/echosvg-test/src/main/java/module-info.java index 8f7bc6220..f02308b5d 100644 --- a/echosvg-test/src/main/java/module-info.java +++ b/echosvg-test/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * SVG Test components. */ diff --git a/echosvg-ttf2svg/src/main/java/module-info.java b/echosvg-ttf2svg/src/main/java/module-info.java index ab626a4c2..655039b56 100644 --- a/echosvg-ttf2svg/src/main/java/module-info.java +++ b/echosvg-ttf2svg/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Truetype font to SVG font converter application. */ diff --git a/echosvg-util/src/main/java/module-info.java b/echosvg-util/src/main/java/module-info.java index 503e61da1..8cb9db9f1 100644 --- a/echosvg-util/src/main/java/module-info.java +++ b/echosvg-util/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * Utility library. * diff --git a/echosvg-xml/src/main/java/module-info.java b/echosvg-xml/src/main/java/module-info.java index 9d51c700d..3aba1a2c9 100644 --- a/echosvg-xml/src/main/java/module-info.java +++ b/echosvg-xml/src/main/java/module-info.java @@ -1,4 +1,5 @@ /* + * * See the NOTICE file distributed with this work for additional * information regarding copyright ownership. * @@ -13,8 +14,8 @@ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. + * */ - /** * XML utilities. */