File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
autosize/src/main/java/me/jessyan/autosize Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ public final class AutoSizeConfig {
117117 */
118118 private boolean isCustomFragment ;
119119 /**
120- * 屏幕方向, {@link true} 为纵向, {@link false} 为横向
120+ * 屏幕方向, {@code true} 为纵向, {@code false} 为横向
121121 */
122122 private boolean isVertical ;
123123
@@ -428,7 +428,7 @@ public float getInitXdpi() {
428428 /**
429429 * 获取屏幕方向
430430 *
431- * @return {@link true} 为纵向, {@link false} 为横向
431+ * @return {@code true} 为纵向, {@code false} 为横向
432432 */
433433 public boolean isVertical () {
434434 return isVertical ;
@@ -437,7 +437,7 @@ public boolean isVertical() {
437437 /**
438438 * 设置屏幕方向
439439 *
440- * @param vertical {@link true} 为纵向, {@link false} 为横向
440+ * @param vertical {@code true} 为纵向, {@code false} 为横向
441441 */
442442 public void setVertical (boolean vertical ) {
443443 isVertical = vertical ;
You can’t perform that action at this time.
0 commit comments