0.2.2
- Warn on markdown reference case conflicts (#20).
- Support consistent function disambiguation using
name()
syntax and additional_name
prefix for names with
the lowercase first letters. This way, you can refer toCoroutineScope
class,CoroutineScope()
function,
and_coroutineScope
function from the same file without ambiguities.