generating icon classes with size in javadoc instead of plain comment: one-liner javadoc

This commit is contained in:
Dmitriy.Panov
2019-02-22 17:36:30 +03:00
parent 8fefebf291
commit 4e34c86389
31 changed files with 1111 additions and 4430 deletions

View File

@@ -14,8 +14,5 @@ public final class RestIcons {
return IconLoader.getIcon(path, RestIcons.class);
}
/**
* 16x16
*/
public static final Icon Rst = load("/icons/com/jetbrains/rest/rst.png");
/** 16x16 */ public static final Icon Rst = load("/icons/com/jetbrains/rest/rst.png");
}