IDEA-141852 Quick documentation doesn't support @value tag without hash preceding variable reference

This commit is contained in:
Dmitry Batrak
2015-08-14 15:52:10 +03:00
parent 232d795f68
commit decd330820
13 changed files with 162 additions and 15 deletions
@@ -0,0 +1,6 @@
class A {
public static int A = 23;
/** The value of A is {@value A}. */
public static void JAVADOC_ME() { }
}