Skip to content

Commit 0adc683

Browse files
authored
Merge pull request #27 from fugerit-org/feature/issue_26
Fix javadoc build for java 17 #26
2 parents d97bec0 + bcc3004 commit 0adc683

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

docgen/release-notes.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,9 @@
1-
0.8.7 (2023-02-08)
1+
0.8.8 (2023-02-XX)
2+
------------------
3+
+ [Fix javadoc build for java 17](https://github.com/fugerit-org/fj-doc/issues/26)
4+
5+
6+
0.8.7 (2023-02-08)
27
------------------
38
+ [Fix Javadoc generations with older versions of jdk 11 fails](https://github.com/fugerit-org/fj-doc/issues/24)
49

fj-doc-base/src/main/java/org/fugerit/java/doc/base/model/package.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<html>
22
<body>
33

4-
<h3>Package containing classes and interfaces modeling the document.</h3>
4+
<h2>Package containing classes and interfaces modeling the document.</h2>
55

66
<p>The java model is built on the xml generation, defined by <a href="https://www.fugerit.org/data/java/doc/xsd/doc-1-1.xsd">XSD</a></p>
77

fj-doc-base/src/main/javadoc/overview.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<body>
44

5-
<h2><b>Fugerit Doc Library</b> (Framework for rendering document meta model in various formats)</h2>
5+
<h1><b>Fugerit Doc Library</b> (Framework for rendering document meta model in various formats)</h1>
66

77
<p>
88
This project contains the basic meta model definition and the infrastructure for creating and configuring renders.

0 commit comments

Comments
 (0)