Age | Commit message (Expand) | Author |
2015-09-10 | @Deprecated annotation has an uppercase D now | Dmitry Jemerov |
2015-09-10 | fix package docs parsing, add test | Dmitry Jemerov |
2015-09-10 | don't render annotations in summary mod | Dmitry Jemerov |
2015-09-10 | kotlin-for-upsource 0.13.1291 | Dmitry Jemerov |
2015-09-10 | dokka-antlib.xml should be in the root of dokka-ant.jar | Dmitry Jemerov |
2015-09-09 | add Ant task for building dokka.zip | Dmitry Jemerov |
2015-09-09 | delete some incomplete and irrelevant Markdown parsing test code | Dmitry Jemerov |
2015-09-09 | render annotations before modifiers | Dmitry Jemerov |
2015-09-09 | don't duplicate 'abstract' and 'sealed' modifiers | Dmitry Jemerov |
2015-09-09 | handle new element types for Markdown code fences | Dmitry Jemerov |
2015-09-09 | render annotations with @; render only @MustBeDocumented annotations; render ... | Dmitry Jemerov |
2015-09-09 | "annotation" is a modifer now, so don't render it the second time as a keyword | Dmitry Jemerov |
2015-09-09 | update enum syntax in tests | Dmitry Jemerov |
2015-09-09 | default visibility is public | Dmitry Jemerov |
2015-09-08 | kotlin-for-upsource 0.13.1195 | Dmitry Jemerov |
2015-09-08 | fix HTML entity handling after changes in markdown parser; remove detail coun... | Dmitry Jemerov |
2015-09-08 | specify wildcard for test classes | Dmitry Jemerov |
2015-09-08 | Ant task to run tests | Dmitry Jemerov |
2015-09-08 | somehow make Dokka work with new compiler API | Dmitry Jemerov |
2015-09-07 | work in progress on updating Dokka to latest Kotlin (compiles but does not ru... | Dmitry Jemerov |
2015-09-02 | update to latest Kotlin | Dmitry Jemerov |
2015-08-10 | ~ configure javadoc module, configure artifact configuration | Sergey Mashkov |
2015-08-10 | ~ remove javadoc module | Sergey Mashkov |
2015-08-07 | ~ Use new property access syntax | Sergey Mashkov |
2015-08-07 | ~ minor cleanup | Sergey Mashkov |
2015-08-06 | ~ Use new property access syntax | Sergey Mashkov |
2015-08-06 | ~ remove unused function | Sergey Mashkov |
2015-08-06 | ~ see tag label | Sergey Mashkov |
2015-08-06 | ~ make surroundWith functions local | Sergey Mashkov |
2015-08-06 | ~ hasAnnotation utility | Sergey Mashkov |
2015-08-06 | ~ node annotations refactoring to reduce code duplication, remove unnecessary... | Sergey Mashkov |
2015-08-06 | ~ avoid possible parameter name clash with "receiver" | Sergey Mashkov |
2015-08-06 | ~ move array type conversion to JavaLanguageService | Sergey Mashkov |
2015-08-06 | ~ description constant | Sergey Mashkov |
2015-08-06 | ~ use dokka logger | Sergey Mashkov |
2015-08-06 | ~ respect platform static | Sergey Mashkov |
2015-08-04 | ~ see also | Sergey Mashkov |
2015-07-31 | Use Guice injector and ServiceLocator to load implementations on the fly | Sergey Mashkov |
2015-07-28 | Initial javadoc generation module | Sergey Mashkov |
2015-07-27 | Eliminate warnings caused by API changes | Sergey Mashkov |
2015-07-27 | Merge pull request #31 from cy6erGn0m/javadoc | Dmitry Jemerov |
2015-07-27 | Upgrade markdown.jar | Sergey Mashkov |
2015-07-27 | SourcePosition shouldn't contain nulls | Sergey Mashkov |
2015-07-24 | Rework toDocumentationNode function to use ConstantValue<*> instead of any? | Sergey Mashkov |
2015-07-24 | Put source position information to node's details section | Sergey Mashkov |
2015-07-22 | Upgrade to latest kotlin | Sergey Mashkov |
2015-07-15 | remove duplicate VCS mapping | Dmitry Jemerov |
2015-07-15 | Merge pull request #30 from cy6erGn0m/build | Dmitry Jemerov |
2015-07-14 | Add new module to ant clean task | Sergey Mashkov |
2015-07-14 | Build fatjar by gradle and use it's output as dependency for maven and gradle... | Sergey Mashkov |