Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dokka appears to delete apostrophes from the output #95

Closed
mikehearn opened this issue Aug 9, 2016 · 2 comments
Closed

Dokka appears to delete apostrophes from the output #95

mikehearn opened this issue Aug 9, 2016 · 2 comments
Milestone

Comments

@mikehearn
Copy link
Contributor

I have a KDoc comment with the word "couldn't" in it, and it's rendered as "couldnt".

@simonorono
Copy link

Same happens to me. This comment:

    /**
     * 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.

@pfurini
Copy link

pfurini commented Sep 19, 2016

Same here..
The only workaround I've found is to use ' html entity in my comments.. Horrible to see, but it works, I'll refactor them when this issue will be resolved!

@semoro semoro mentioned this issue Nov 1, 2016
@semoro semoro closed this as completed Nov 1, 2016
@semoro semoro added this to the 0.9.10 milestone Nov 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants