uber / RxDogTag

Automatic tagging of RxJava 2+ originating subscribe points for onError() investigation.
https://uber.github.io/RxDogTag
Apache License 2.0
648 stars 19 forks source link

Upgrade Dokka #62

Closed ShaishavGandhi closed 4 years ago

ShaishavGandhi commented 4 years ago

An attempt at #61 but the newest upgrade doesn't have these fixes.

This is basically happening where Java files are tried to converted to kdoc and constants like STACK_ELEMENT_TRACE_HEADER isn't converted correctly.

ZacSweers commented 4 years ago

@ShaishavGandhi did you file an issue for this on dokka? Just wondering

ShaishavGandhi commented 4 years ago

I remember talking about this in the KotlinLang slack but that was a while ago.

I filed this today: https://github.com/Kotlin/dokka/issues/848

Taking a stab at it as well. Will PR if I can fix it.