Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-06 | Linking to a target with underscores did not work | ingo | |
For example, in a link like [MY_VALUE], the link would only try to resolve the text "MY" until the first underscore. Since the markdown parser parses the link label as [TEXT:MY, EMPH:_, TEXT:VALUE], using the first TEXT child node is not sufficient. | |||
2016-01-06 | Annotating functions or classes `@Suppress("NOT_DOCUMENTED")` will suppress ↵ | ingo | |
warnings about missing documentation | |||
2016-01-04 | Embedded underscores in words like word_with_underscores or single embedded ↵ | Ingo Kegel | |
stars like embedded*star were removed in the output. | |||
2015-12-28 | update for Kotlin beta 4 | Dmitry Jemerov | |
2015-12-03 | overload group formatting fixes | Dmitry Jemerov | |
2015-12-03 | allow each format service to provide its own support files | Dmitry Jemerov | |
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |