IDEA-62743 Render issue links in Java comments

This commit is contained in:
Alexander Zolotov
2015-08-24 16:51:16 +03:00
parent 52e0a7b07a
commit b0b31e7d50
5 changed files with 56 additions and 35 deletions

View File

@@ -0,0 +1,6 @@
/**
* Fixes ABC-1123 and ABC-2. See details at BBB-22
*/
class IssueLinksInJavaDoc {
// Fixes ABC-22 and ABC-11. See details at BBB-33
}