@@ -34,9 +34,9 @@ public class HiRezAPI {
3434 public Paladins paladins ;
3535
3636 /**
37- * Initialize Hi-Rez API. All stuff will delivered by Hi-Rez employer via E-Mail.
38- * Please fill <a href="https://fs12.formsite.com/HiRez/form48/secure_index.html">this form first</a> to using script.
39- * After acceptation your request, you can proceed to action.
37+ * <p> Initialize Hi-Rez API. All stuff will delivered by Hi-Rez employer via E-Mail.<br />
38+ * Please fill <a href="https://fs12.formsite.com/HiRez/form48/secure_index.html">this form first</a> to using script.<br />
39+ * After acceptation your request, you can proceed to action.</p>
4040 * @param devId Developer ID (DevId)
4141 * @param authKey Authorization Key (AuthKey)
4242 */
@@ -47,13 +47,14 @@ public HiRezAPI(@NotNull String devId, @NotNull String authKey) {
4747 }
4848
4949 /**
50- * Before using variables {@link #smite} and {@link #paladins} define platform first. (Default platform is "PC")
51- * You can use it with variables mentioned above.
52- * Example:
53- * <blockqote >
54- * HiRezAPI hirez = new HiRezAPI("1004","23DF3C7E9BD14D84BF892AD206B6755C");
50+ * <p> Before using variables {@link #smite} and {@link #paladins} define platform first. (Default platform is "PC")<br />
51+ * You can use it with variables mentioned above.</p>
52+ * <p> Example:<br /><br />
53+ * <code >
54+ * HiRezAPI hirez = new HiRezAPI("1004","23DF3C7E9BD14D84BF892AD206B6755C");<br />
5555 * hirez.setPlatform("xbox").smite.getPlayer("stachu Official");
56- * </blockquote>
56+ * </code>
57+ * </p>
5758 * @param platform Platform name <b>PC</b>/<b>XBOX</b>/<b>PS4</b>
5859 */
5960 public HiRezAPI setPlatform (String platform ) {
0 commit comments