Skip to content

Commit

Permalink
Small javadoc tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosame committed Jul 30, 2024
1 parent c964912 commit 163d453
Show file tree
Hide file tree
Showing 26 changed files with 54 additions and 27 deletions.
3 changes: 2 additions & 1 deletion echosvg-all/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-anim/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-awt-util/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*
Expand Down
3 changes: 2 additions & 1 deletion echosvg-bridge/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*
Expand Down
3 changes: 2 additions & 1 deletion echosvg-codec/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*
Expand Down
3 changes: 2 additions & 1 deletion echosvg-constants/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-css/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-dom/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*
Expand Down
3 changes: 2 additions & 1 deletion echosvg-ext/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-extension/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*
Expand Down
3 changes: 2 additions & 1 deletion echosvg-gui-util/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-gvt/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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).
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-i18n/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,10 @@
/**
* This class implements an event-based parser for the SVG Number list values.
*
* @author [email protected]
* @author For later modifications, see Git history.
* <p>
* Original author: [email protected]. For later modifications, see Git history.
* </p>
*
* @version $Id$
*/
public class NumberListParser extends NumberParser {
Expand Down
3 changes: 2 additions & 1 deletion echosvg-parser/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-script/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*
Expand Down
3 changes: 2 additions & 1 deletion echosvg-slideshow/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-svg-dom/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-svggen/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-svgpp/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-svgrasterizer/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-swing/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-test/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-ttf2svg/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*/
Expand Down
3 changes: 2 additions & 1 deletion echosvg-util/src/main/java/module-info.java
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
/*
*
* See the NOTICE file distributed with this work for additional
* information regarding copyright ownership.
*
Expand All @@ -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.
*
Expand Down
Loading

0 comments on commit 163d453

Please sign in to comment.