Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-11-05 | Actual-Expected merger | Paweł Marks | |
2019-10-29 | New dokka model | Błażej Kardyś | |
2019-03-11 | Use canonicalPath instead of absolutePath for srcLink | Robert Stoll | |
This way a user can define "./" instead of an absolute path to the root of the project dir (or a user can use ../ etc.). Thus: - use canonicalPath in: - SourceLinkDefinitionImpl::parseSourceLinkDefinition - and DocumentationNode.appendSourceLink => here because if the config is deserialized we bypass parseSourceLinkDefinition - also use canonicalPath for the path of PsiElement Moreover: - make sure the comparison works for unix and windows paths - fixes #289 | |||
2017-05-02 | Refactoring internal communication for gradle | Simon Ogorodnik | |
2016-01-04 | cleanup: DocumentationNode.Kind -> NodeKind, DocumentationReference.Kind -> ↵ | Dmitry Jemerov | |
RefKind | |||
2015-12-03 | restructure Dokka build to use Gradle for everything except for the Maven plugin | Dmitry Jemerov | |