Skip to content

Commit 29c3373

Browse files
committed
Make documentation Javadoc compliant
Previously "./gradlew javadoc" failed with: - error: incorrect use of inline tag - bad use of '>'
1 parent 8b4ea49 commit 29c3373

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/main/java/co/bitwatch/libbitcoinconsensus/LibBitcoinConsensus.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
/**
77
* JNA binding for libbitcoinconsensus
88
*
9-
* @link https://github.com/bitcoin/bitcoin/blob/master/doc/shared-libraries.md
9+
* @see <a href="https://github.com/bitcoin/bitcoin/blob/master/doc/shared-libraries.md">shared-libraries.md</a>
1010
*/
1111
public interface LibBitcoinConsensus extends Library {
1212

src/main/java/co/bitwatch/libbitcoinconsensus/VerifyFlag.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ public enum VerifyFlag {
4646
/**
4747
* Require S values are at most the curve order divided by 2.
4848
*
49-
* Passing a non-strict-DER signature or one with S > order/2 to a checksig
50-
* operation causes script failure.
49+
* Passing a non-strict-DER signature or one with S greater than order/2 to a
50+
* checksig operation causes script failure.
5151
*
5252
* (softfork safe, BIP62 rule 5)
5353
*/

src/test/java/co/bitwatch/libbitcoinconsensus/package-info.java renamed to src/test/groovy/co/bitwatch/libbitcoinconsensus/package-info.groovy

File renamed without changes.

0 commit comments

Comments
 (0)