move KDocFinder to plugin because it's not used in compiler; wrap it in an object to avoid package facade conflicts; add test to findKDoc() and fix it so that it actually works

This commit is contained in:
Dmitry Jemerov
2015-02-06 18:13:35 +01:00
parent fdfb843fdc
commit c366da95ac
7 changed files with 117 additions and 59 deletions
+6
View File
@@ -0,0 +1,6 @@
/**
* Doc for class C.
* @constructor Doc for constructor of class C.
*/
class C() {
}