1. eb10449 Update .idea files that Intellij keeps changing. by Aurimas Liutikas · 4 years, 5 months ago
  2. e1dd512 Adding Dokka source to AOSP by Tiem Song · 5 years ago
  3. e9340ae Remove .gitignore and hidden dirs from old Dokka source. by Doug Sigelbaum · 6 years ago
  4. aa3534c Migrate run configurations by Simon Ogorodnik · 7 years ago
  5. 4810d07 Update bundled kotlin compiler to 1.1.3 by Simon Ogorodnik · 7 years ago
  6. 60858d8 Add gradle integration tests by Simon Ogorodnik · 7 years ago
  7. ef753c8 Package platforms detected based on it's members, refactored multiplatform tests layout by Simon Ogorodnik · 7 years ago
  8. fa70d72 Update run configuration for building stdlib docs by Dmitry Jemerov · 7 years ago
  9. dcb948e Updated kotlin compiler to version 1.1.0-rc-84 by Simon Ogorodnik · 7 years ago
  10. 67a983e Updated Kotlin Compiler to 1.1-M04 by Simon Ogorodnik · 7 years ago
  11. 5d030c6 Drop *.iml's by Simon Ogorodnik · 8 years ago
  12. 31c5633 Updated kotlin-compiler to 1.1-M03 and fixed configuration by Simon Ogorodnik · 8 years ago
  13. 4dc2f01 Fixed android-gradle-plugin crash with android gradle build tools 2.2.0. Updated gradle wrapper to 2.14.1 to compile with gradle build tools 2.2.0 by Simon Ogorodnik · 8 years ago
  14. c4cf001 Updated kotlin-compiler to 1.1-M2-8 (#109) by Simon Ogorodnik · 8 years ago
  15. 5daeb3e Updated run configurations after build refactoring by Simon Ogorodnik · 8 years ago
  16. 769701f Total build refactoring, prepare for new development iteration by Simon Ogorodnik · 8 years ago
  17. caba56f update markdown.jar to a version compiled with Kotlin 1.0.1 by Dmitry Jemerov · 8 years ago
  18. 908aa60 Update .idea project files by porokoro · 8 years ago
  19. 50b2f09 update Gradle libraries by Dmitry Jemerov · 8 years ago
  20. 99b6196 fix compilation after merge by Dmitry Jemerov · 8 years ago
  21. 42b6094 Gradle libraries updated by Dmitry Jemerov · 8 years ago
  22. a8e2cfe update for Kotlin beta 4 by Dmitry Jemerov · 8 years ago
  23. 075d4ae fix "all tests" configuration by Dmitry Jemerov · 9 years ago
  24. 186a4d7 fix module name in shared run configurations by Dmitry Jemerov · 9 years ago
  25. 334f25c configure Ant dependency so that it's visible in IntelliJ by Dmitry Jemerov · 9 years ago
  26. 3963105 restructure Dokka build to use Gradle for everything except for the Maven plugin by Dmitry Jemerov · 9 years ago
  27. 7097a80 update IDE configuration by Dmitry Jemerov · 9 years ago
  28. 979dbca setup multi-project build; specify version in one place for all Gradle project by Dmitry Jemerov · 9 years ago
  29. fb9f466 include tools.jar in compilation classpath by Dmitry Jemerov · 9 years ago
  30. aa9395a shared run configuration for generating stdlib javadoc by Dmitry Jemerov · 9 years ago
  31. 4e09ac2 Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into cy6erGn0m-javadoc by Dmitry Jemerov · 9 years ago
  32. c9d59e9 Use Guice injector and ServiceLocator to load implementations on the fly by Sergey Mashkov · 9 years ago
  33. ff77b8e Initial javadoc generation module by Sergey Mashkov · 9 years ago
  34. cd805e5 shared run configuration: nodeprecated, fix reflection path by Dmitry Jemerov · 9 years ago
  35. cf0932d add JANSI library dependency by Dmitry Jemerov · 9 years ago
  36. 1aad73e update main class name in shared run configurations by Dmitry Jemerov · 9 years ago
  37. 40c7daf fix rendering of extension function types by Dmitry Jemerov · 9 years ago
  38. 1e862f2 render annotations with @; render only @MustBeDocumented annotations; render all modifiers by Dmitry Jemerov · 9 years ago
  39. 9725737 work in progress on updating Dokka to latest Kotlin (compiles but does not run yet) by Dmitry Jemerov · 9 years ago
  40. 8216501 ~ configure javadoc module, configure artifact configuration by Sergey Mashkov · 9 years ago
  41. ff89f37 ~ remove javadoc module by Sergey Mashkov · 9 years ago
  42. e27fb69 Use Guice injector and ServiceLocator to load implementations on the fly by Sergey Mashkov · 9 years ago
  43. 12f91ee Initial javadoc generation module by Sergey Mashkov · 9 years ago
  44. 28a3891 remove duplicate VCS mapping by Dmitry Jemerov · 9 years ago
  45. 2bd7a4a Build fatjar by gradle and use it's output as dependency for maven and gradle plugins. by Sergey Mashkov · 9 years ago
  46. 0352d46 Don't require JDK 1.8 by Sergey Mashkov · 9 years ago
  47. 788a957 Add Mojo and TaskAction annotations to the list of annotations prohibits unused declaration warning by Sergey Mashkov · 9 years ago
  48. d9e7b5a Gradle initial plugin implementation by Sergey Mashkov · 9 years ago
  49. 3d25df6 Add JANSI library as it is required sometimes by Sergey Mashkov · 9 years ago
  50. 549ef19 Maven plugin initial implementation by Sergey Mashkov · 9 years ago
  51. 19fccfd change output path for artifact by Dmitry Jemerov · 9 years ago
  52. f1ac1f2 rename build.xml to build-docs.xml; add artifact for dokka.zip by Dmitry Jemerov · 9 years ago
  53. 76a97fa one more missing dependency by Dmitry Jemerov · 9 years ago
  54. 70a70ca update to M12 compiler API; store dependency jars in VCS instead of depending on Kotlin plugin via path variable by Dmitry Jemerov · 9 years ago
  55. 98d900e remove unused library; split kotlin-compiler and kotlin-plugin libraries; fix Dokka artifact by Dmitry Jemerov · 9 years ago
  56. a9538f2 use JSoup to convert HTML markup in javadoc to content tree by Dmitry Jemerov · 9 years ago
  57. 8ae8cb7 fix stdlib run configuration by Dmitry Jemerov · 9 years ago
  58. 5b8da98 add kotlin.reflect to shared run configuration by Dmitry Jemerov · 9 years ago
  59. 7c86b3d add path variable for Kotlin plugin by Dmitry Jemerov · 9 years ago
  60. 4ed5b2e use code from Kotlin plugin for resolving references in KDoc; delete some dead code by Dmitry Jemerov · 9 years ago
  61. 0783f6f Ant task for Dokka by Dmitry Jemerov · 9 years ago
  62. be20c3f add -format argument by Dmitry Jemerov · 9 years ago
  63. 9535260 Update library to support dot-names for sections by Ilya Ryzhenkov · 10 years ago
  64. c9ca0d8 Migrate to non-PsiBuilder fully-featured markdown parser. by Ilya Ryzhenkov · 10 years ago
  65. e02c2db Manifest. by Ilya Ryzhenkov · 10 years ago
  66. 0511b94 Artifcats. by Ilya Ryzhenkov · 10 years ago
  67. 280dc29 Use module.md to get package descriptors, filter sections with names of members, fix markdown for kotlin website, propagate content from parent to child with the name of section. by Ilya Ryzhenkov · 10 years ago
  68. ad14ea9 Fixing formats and started work on inline function body. by Ilya Ryzhenkov · 10 years ago
  69. b3f588c Include builtins by Ilya Ryzhenkov · 10 years ago
  70. 2ebfb98 Fix generation, add memory. by Ilya Ryzhenkov · 10 years ago
  71. a52e1d5 Work on cross-references. by Ilya Ryzhenkov · 10 years ago
  72. 778e2b3 Extract content model, make doc model independent from descriptors, parse doccomments with custom parser, some tests failing due to hanging new lines. by Ilya Ryzhenkov · 10 years ago
  73. a070217 Make test run configuration a singleton. by Ilya Ryzhenkov · 10 years ago
  74. d25b896 Add DocumentationOptions to support non-public API docs (used in tests) by Ilya Ryzhenkov · 10 years ago
  75. cfd0d55 Use ../dokka-doc/ clone of gh-pages branch as output. by Ilya Ryzhenkov · 10 years ago
  76. 65d8e5f Share run configurations by Ilya Ryzhenkov · 10 years ago
  77. 71aacc5 Downgrade to JVM 1.6 because some URI functions are not available in 1.6 by Ilya Ryzhenkov · 10 years ago
  78. 35b64fb Build model using recursive visitor, include packages in model, add test for function with parameters, unify model and node. by Ilya Ryzhenkov · 10 years ago
  79. bdbdbd8 Primitive API for analysing JetFile in BindingContext. by Ilya Ryzhenkov · 10 years ago
  80. 7f6961a Add junit, setup test folders, add test/data/function.kt for initial model building without dependencies. by Ilya Ryzhenkov · 10 years ago
  81. 06fe0f4 Initial commit, setup compiler-as-a-service to analyse files. by Ilya Ryzhenkov · 10 years ago