summaryrefslogtreecommitdiff
path: root/java/java-psi-impl/src/com/intellij/codeInsight
diff options
context:
space:
mode:
authorTor Norbye <tnorbye@google.com>2013-05-06 10:36:42 -0700
committerTor Norbye <tnorbye@google.com>2013-05-06 10:36:42 -0700
commitf56a0fff1a336635c966bffc25e16af9a4e6e988 (patch)
tree19e53b8f61e9fc94d35d5d6d97cc1499cad1cc59 /java/java-psi-impl/src/com/intellij/codeInsight
parent8fb0021093e7d978cc06043ba4c06b0a47778294 (diff)
downloadidea-f56a0fff1a336635c966bffc25e16af9a4e6e988.tar.gz
Snapshot 36a7a0702ddda30083713c9b8f140495d5f09d32 from master branch of git://git.jetbrains.org/idea/community.git
Change-Id: Ia9068e36d373808400a123a395b037bdb6940a17
Diffstat (limited to 'java/java-psi-impl/src/com/intellij/codeInsight')
-rw-r--r--java/java-psi-impl/src/com/intellij/codeInsight/javadoc/JavaDocInfoGenerator.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/java/java-psi-impl/src/com/intellij/codeInsight/javadoc/JavaDocInfoGenerator.java b/java/java-psi-impl/src/com/intellij/codeInsight/javadoc/JavaDocInfoGenerator.java
index 914a30024aef..c61659752eec 100644
--- a/java/java-psi-impl/src/com/intellij/codeInsight/javadoc/JavaDocInfoGenerator.java
+++ b/java/java-psi-impl/src/com/intellij/codeInsight/javadoc/JavaDocInfoGenerator.java
@@ -657,6 +657,11 @@ public class JavaDocInfoGenerator {
}
buffer.append("&nbsp;");
}
+ } else {
+ buffer.append("<font color=red>");
+ buffer.append(annotation.getText());
+ buffer.append("</font>");
+ buffer.append("&nbsp;");
}
}
}