use google's doclava for generating javadoc (better looking look and feel, with search capabilities)

This commit is contained in:
Vincent Behar 2011-08-03 21:55:40 +02:00
parent 088bf1329b
commit 60a7bf58b3
2 changed files with 21 additions and 4 deletions

View file

@ -61,7 +61,7 @@ import org.rundeck.api.util.ParametersUtil;
* <br>
* Usage : <br>
* <code>
* <pre>
* <pre class="prettyprint">
* // using login-based authentication :
* RundeckClient rundeck = new RundeckClient("http://localhost:4440", "admin", "admin");
* // or for a token-based authentication :