@@ -106,21 +106,19 @@ public interface Question extends Query {
106106 /**
107107 * Returns the question text that should be displayed to the user. This is localized
108108 * to the {@link Language} and in line with the {@link Theme} set in the
109- * {@link AkiwrapperBuilder}.
110- * <h4>Example</h4> {@code Is your character real?}
109+ * {@link AkiwrapperBuilder}.<br>
111110 *
112- * @return the question text.
111+ * @return the question text, for example {@code "Is your character real?"} .
113112 */
114113 @ Nonnull
115114 String getText ();
116115
117116 /**
118117 * Returns the question text that should be displayed to the user. This is localized
119118 * to the {@link Language} and in line with the {@link Theme} set in the
120- * {@link AkiwrapperBuilder}.
121- * <h4>Example</h4> {@code Is your character real?}
119+ * {@link AkiwrapperBuilder}.<br>
122120 *
123- * @return the question text.
121+ * @return the question text, for example {@code "Is your character real?"} .
124122 *
125123 * @deprecated use {@link #getText()} instead.
126124 */
@@ -134,11 +132,11 @@ default String getQuestion() {
134132 * URL to the akitude image. "Akitude" is likely a portmanteau of "Akinator" and
135133 * "attitude", and they represent Akinator's current confidence - previously this was
136134 * calculated using a formula on the step and progression values, now it's returned
137- * by the API. On the website, the akitude is shown on the left of the question box.
138- * <h4>Example</h4>
139- * {@code https://en.akinator.com/assets/img/akitudes_670x1096/defi.png}
135+ * by the API. On the website, the akitude is shown on the left of the question
136+ * box.<br>
140137 *
141- * @return the akitude image URL.
138+ * @return the akitude image URL, for example
139+ * {@code "https://en.akinator.com/assets/img/akitudes_670x1096/defi.png"}.
142140 */
143141 URL getAkitude ();
144142
0 commit comments