added extra warning if a macro is typed incorrectly
This commit is contained in:
@@ -405,6 +405,8 @@ class KModel(var context: BindingContext, val config: KDocConfig) {
|
|||||||
warning("could not find function $fnName in file $includeFile from source file ${psiElement.getContainingFile()}")
|
warning("could not find function $fnName in file $includeFile from source file ${psiElement.getContainingFile()}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
warning("Uknown kdoc macro @$remaining")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
buffer.append(text)
|
buffer.append(text)
|
||||||
|
|||||||
Reference in New Issue
Block a user