Add link to Config.java in class docs

Hideous, but navigable.
This commit is contained in:
ghubstan 2022-07-01 15:29:02 -03:00
parent 7df2533469
commit 661ef2fa41
No known key found for this signature in database
GPG Key ID: E35592D6800A861E
5 changed files with 10 additions and 0 deletions

View File

@ -76,6 +76,8 @@ import static protobuf.OfferDirection.SELL;
* </pre>
* <p>
* The '--simulate-regtest-payment=true' option is ignored by this bot. Taking a swap triggers execution of the swap.
*
* @see <a href="https://github.com/bisq-network/bisq-api-reference/blob/make-proto-downloader-runnable-from-any-dir/java-examples/src/main/java/bisq/bots/Config.java">bisq.bots.Config.java</a>
*/
@Slf4j
@Getter

View File

@ -81,6 +81,8 @@ import static protobuf.OfferDirection.BUY;
* <pre>
* TakeBestPricedOfferToBuyBtc --password=api-password --port=api-port [--simulate-regtest-payment=true|false]
* </pre>
*
* @see <a href="https://github.com/bisq-network/bisq-api-reference/blob/make-proto-downloader-runnable-from-any-dir/java-examples/src/main/java/bisq/bots/Config.java">bisq.bots.Config.java</a>
*/
@Slf4j
@Getter

View File

@ -80,6 +80,8 @@ import static protobuf.OfferDirection.SELL;
* <pre>
* TakeBestPricedOfferToBuyXmr --password=api-password --port=api-port [--simulate-regtest-payment=true|false]
* </pre>
*
* @see <a href="https://github.com/bisq-network/bisq-api-reference/blob/make-proto-downloader-runnable-from-any-dir/java-examples/src/main/java/bisq/bots/Config.java">bisq.bots.Config.java</a>
*/
@Slf4j
@Getter

View File

@ -81,6 +81,8 @@ import static protobuf.OfferDirection.SELL;
* <pre>
* TakeBestPricedOfferToBuyBtc --password=api-password --port=api-port [--simulate-regtest-payment=true|false]
* </pre>
*
* @see <a href="https://github.com/bisq-network/bisq-api-reference/blob/make-proto-downloader-runnable-from-any-dir/java-examples/src/main/java/bisq/bots/Config.java">bisq.bots.Config.java</a>
*/
@Slf4j
@Getter

View File

@ -80,6 +80,8 @@ import static protobuf.OfferDirection.BUY;
* <pre>
* TakeBestPricedOfferToSellXmr --password=api-password --port=api-port [--simulate-regtest-payment=true|false]
* </pre>
*
* @see <a href="https://github.com/bisq-network/bisq-api-reference/blob/make-proto-downloader-runnable-from-any-dir/java-examples/src/main/java/bisq/bots/Config.java">bisq.bots.Config.java</a>
*/
@Slf4j
@Getter