There's some way to export comments from shared mo...
# multiplatform
c
There's some way to export comments from shared module to iOS module (objc headers) ? I mean:
Copy code
/ * 
* It does something
* /
fun doSomething() { ... }
In iOS when I type doSomething it's possible to make that comment visible there?
c
That's exactly what I wanted! Thanks @hfhbd.
h
Rather thank @svyatoslav.scherbina
👍 2