[ObjCExport] Analysis Api: Implement initial support for exporting 'MustBeDocumented' annotations
^KT-64869 Fixed
This commit is contained in:
committed by
Space Team
parent
cdcb3e4dcd
commit
80d9933543
+5
@@ -120,6 +120,11 @@ class ObjCExportHeaderGeneratorTest(val generator: HeaderGenerator) {
|
||||
doTest(headersTestDataDir.resolve("classWithMustBeDocumentedAnnotation"))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `test - interfaceWithMustBeDocumentedAnnotation`() {
|
||||
doTest(headersTestDataDir.resolve("interfaceWithMustBeDocumentedAnnotation"))
|
||||
}
|
||||
|
||||
@Test
|
||||
fun `test - functionWithMustBeDocumentedAnnotation`() {
|
||||
doTest(headersTestDataDir.resolve("functionWithMustBeDocumentedAnnotation"))
|
||||
|
||||
Reference in New Issue
Block a user