Skip to content

Commit

Permalink
[cleanup] More formatting / html 5
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Mar 14, 2020
1 parent 8700eea commit e0d8383
Show file tree
Hide file tree
Showing 18 changed files with 31 additions and 18 deletions.
2 changes: 1 addition & 1 deletion src/site/fml/faq.fml
Expand Up @@ -36,4 +36,4 @@
</answer>
</faq>
</part>
</faqs>
</faqs>
1 change: 0 additions & 1 deletion src/site/resources/examples/css/maven-theme.css
Expand Up @@ -138,4 +138,3 @@ dt {
.infomark {
background-image: url(../images/icon_info_sml.gif);
}

2 changes: 1 addition & 1 deletion src/site/resources/examples/css/site.css
@@ -1 +1 @@
/* You can override this file with your own styles */
/* You can override this file with your own styles */
2 changes: 1 addition & 1 deletion src/site/resources/examples/spotbugs.xml

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/site/resources/examples/spotbugsXml.xml

Large diffs are not rendered by default.

Expand Up @@ -30,9 +30,10 @@
<h2>Package com.github.spotbugs.spotbugs-maven-plugin.it</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down
3 changes: 2 additions & 1 deletion src/site/resources/examples/xref-test/overview-summary.html
Expand Up @@ -28,9 +28,10 @@
<h2>basic-1 testing Reference</h2>

<table class="summary">
<caption>Packages</caption>
<thead>
<tr>
<th>Packages</th>
<th id="packages">Packages</th>
</tr>
</thead>
<tbody>
Expand Down
Expand Up @@ -30,9 +30,10 @@
<h2>Package badNaming.package1</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down
Expand Up @@ -30,9 +30,10 @@
<h2>Package badNaming.package2</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down
3 changes: 2 additions & 1 deletion src/site/resources/examples/xref/equals/package-summary.html
Expand Up @@ -30,9 +30,10 @@
<h2>Package equals</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down
Expand Up @@ -30,9 +30,10 @@
<h2>Package gcUnrelatedTypes</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down
3 changes: 2 additions & 1 deletion src/site/resources/examples/xref/jsr305/package-summary.html
Expand Up @@ -30,9 +30,10 @@
<h2>Package jsr305</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down
3 changes: 2 additions & 1 deletion src/site/resources/examples/xref/npe/package-summary.html
Expand Up @@ -30,9 +30,10 @@
<h2>Package npe</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down
Expand Up @@ -30,9 +30,10 @@
<h2>Package nullnessAnnotations</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down
Expand Up @@ -30,9 +30,10 @@
<h2>Package obligation</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down
3 changes: 2 additions & 1 deletion src/site/resources/examples/xref/overview-summary.html
Expand Up @@ -28,9 +28,10 @@
<h2>basic-1 testing Reference</h2>

<table class="summary">
<caption>Packages</caption>
<thead>
<tr>
<th>Packages</th>
<th id="packages">Packages</th>
</tr>
</thead>
<tbody>
Expand Down
3 changes: 2 additions & 1 deletion src/site/resources/examples/xref/package-summary.html
Expand Up @@ -30,9 +30,10 @@
<h2>Package (default package)</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down
Expand Up @@ -30,9 +30,10 @@
<h2>Package uselessThread</h2>

<table class="summary">
<caption>Class Summary</caption>
<thead>
<tr>
<th>Class Summary</th>
<th id="classSummary">Class Summary</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit e0d8383

Please sign in to comment.