[Kotlin/dokka] New comment by simonorono on issue
#95: Dokka appears to delete apostrophes from the output
Same happens to me. This comment:
~~~Kotlin
/**
* Retrieves this pool's corresponding quark for [str].
*
* @param str The string
* @return An integer corresponding to a quark in the pool
*/
~
Turns into:
Retrieves this pools corresponding quark for str.