I want to be able to declare multiple short javadocs like this:
private static int VALUE1 = 1; ///< This is one.
private static int VALUE2 = 2; ///< This is two.
private static int VALUE3 = 3; ///< This is three.
I know some tools supports same-line documentation comments like this. Is it possible in IntelliJ IDEA / Android Studio?