Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-06-24 | Internal links | Marcin Aman | |
2020-06-23 | First version of javadoc output generation | Andrzej Ratajczak | |
2020-06-18 | Implement default configurations | sebastian.sellmair | |
2020-06-10 | Implement `reportUndocumented` option to report undocumented code | sebastian.sellmair | |
2019-05-28 | Merge branch 'dev' of git://github.com/Xerus2000/dokka into Xerus2000-dev | KrystianUjma | |
update .gitignore and .idea # Conflicts: # .idea/compiler.xml # .idea/kotlinc.xml # .idea/modules.xml # core/src/main/kotlin/Java/JavaPsiDocumentationBuilder.kt # core/src/main/kotlin/Java/JavadocParser.kt # core/src/main/kotlin/Kotlin/DeclarationLinkResolver.kt # core/src/main/kotlin/Kotlin/DocumentationBuilder.kt # core/src/main/kotlin/Model/DocumentationReference.kt # core/src/main/kotlin/Model/PackageDocs.kt # core/src/main/kotlin/Model/SourceLinks.kt # core/src/main/kotlin/Utilities/DokkaModules.kt # core/src/main/kotlin/Utilities/ServiceLocator.kt # core/src/main/kotlin/javadoc/docbase.kt # core/src/test/kotlin/format/HtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteHtmlFormatTest.kt # core/src/test/kotlin/format/KotlinWebSiteRunnableSamplesFormatTest.kt # core/src/test/kotlin/issues/IssuesTest.kt | |||
2018-09-11 | drop .idea | Eugene Petrenko | |
2018-05-21 | Flush .idea/*.xml changes | Simon Ogorodnik | |
2016-11-01 | Total build refactoring, prepare for new development iteration | Simon Ogorodnik | |
Removed old and useless build helpers Remove old .xml's from .idea and add .idea/shelf to .gitignore build-docs.xml fixed, dokka_version set to 0.9.10 | |||
2015-11-05 | update IDE configuration | Dmitry Jemerov | |
2015-10-29 | Initial javadoc generation module | Sergey Mashkov | |
2015-07-14 | Build fatjar by gradle and use it's output as dependency for maven and ↵ | Sergey Mashkov | |
gradle plugins. Eliminate local repository in out dir. | |||
2015-07-13 | Add Mojo and TaskAction annotations to the list of annotations prohibits ↵ | Sergey Mashkov | |
unused declaration warning | |||
2015-07-13 | Gradle initial plugin implementation | Sergey Mashkov | |
2015-07-13 | Maven plugin initial implementation | Sergey Mashkov | |
2014-07-14 | Downgrade to JVM 1.6 because some URI functions are not available in 1.6 | Ilya Ryzhenkov | |
2014-07-11 | Initial commit, setup compiler-as-a-service to analyse files. | Ilya Ryzhenkov | |