Skip to content

Commit

Permalink
fixed Javadoc generation with java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
fugerit79 committed Sep 13, 2023
1 parent 0fc1806 commit a4ddf09
Show file tree
Hide file tree
Showing 18 changed files with 21 additions and 17 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed

- Javadoc generation with java 17

## [8.2.8] - 2023-09-13

### Changed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Helper implementations of ConfigurableObject interface.</h1>
<h2>Helper implementations of ConfigurableObject interface.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Package containing classes, interfaces and exceptions for configuration handling.</h1>
<h2>Package containing classes, interfaces and exceptions for configuration handling.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Classes for handling charsets and encoding.</h1>
<h2>Classes for handling charsets and encoding.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Package containing utilities for command line interface.</h1>
<h2>Package containing utilities for command line interface.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Classes for handling database connection.</h1>
<h2>Classes for handling database connection.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Classes for handling database objects.</h1>
<h2>Classes for handling database objects.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Package containing I/O helpers</h1>
<h2>Package containing I/O helpers</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>package javadoc description</title>
</head>
<body>
<h1>This package provides general purpose I/O API.</h1>
<h2>This package provides general purpose I/O API.</h2>

<p>Main functionality provided :</p>
<ul>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Package containing utilities for comparations.</h1>
<h2>Package containing utilities for comparations.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Package containing utilities regarding basic java objects.</h1>
<h2>Package containing utilities regarding basic java objects.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Package containints API for command line tool.</h1>
<h2>Package containints API for command line tool.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Pacakge containing ContentHandler helpers.</h1>
<h2>Pacakge containing ContentHandler helpers.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Pacakge containing DefaultHandler helpers.</h1>
<h2>Pacakge containing DefaultHandler helpers.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Pacakge containing helpers for DTDHandler.</h1>
<h2>Pacakge containing helpers for DTDHandler.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Pacakge containing helpers for ErrorHandler.</h1>
<h2>Pacakge containing helpers for ErrorHandler.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Pacakge containing helpers for EntityResolver.</h1>
<h2>Pacakge containing helpers for EntityResolver.</h2>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<title>package javadoc description</title>
</head>
<body>
<h1>Collections of classes and package to use for handling XML documents through SAX.</h1>
<h2>Collections of classes and package to use for handling XML documents through SAX.</h2>
</body>
</html>

0 comments on commit a4ddf09

Please sign in to comment.