Skip to content

Commit deb752b

Browse files
committed
Fix Javadoc
1 parent f9c8caa commit deb752b

File tree

1 file changed

+5
-11
lines changed

1 file changed

+5
-11
lines changed

src/main/javadoc/overview.html

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@ <h1>What's JXPath</h1>
2626
<p>
2727
If you are not familiar with the XPath syntax, start with
2828
<a href="http://www.w3schools.com/xpath">XPath Tutorial by W3Schools</a>.
29-
<br/>
30-
Also see
29+
</p>
30+
<p>
31+
See also
3132
<a href="http://www.w3.org/TR/xpath">XML Path Language (XPath) Version 1.0</a> -
3233
that's the official standard.
3334
</p>
@@ -299,7 +300,6 @@ <h2>Collection Subscripts</h2>
299300
</p>
300301
<p><b>Note:</b> in XPath the first element of a collection has
301302
index 1, not 0.
302-
<br/>
303303
</p>
304304
</section>
305305

@@ -1528,10 +1528,7 @@ <h1>Type Conversions</h1>
15281528
<td><i>any</i>
15291529
</td>
15301530
<td>
1531-
Takes the first element of the array
1532-
<br/>
1533-
and (recursively) converts it to the needed
1534-
type
1531+
Takes the first element of the array and (recursively) converts it to the needed type
15351532
</td>
15361533
</tr>
15371534
<tr>
@@ -1540,10 +1537,7 @@ <h1>Type Conversions</h1>
15401537
<td><i>any</i>
15411538
</td>
15421539
<td>
1543-
Takes the first element of the array
1544-
<br/>
1545-
and (recursively) converts it to the needed
1546-
type
1540+
Takes the first element of the array and (recursively) converts it to the needed type
15471541
</td>
15481542
</tr>
15491543
<tr>

0 commit comments

Comments
 (0)