aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-09-25Make test run configuration a singleton.Ilya Ryzhenkov
2014-09-19Review and fixes.Ilya Ryzhenkov
2014-09-19Update tests to work with RichString.Ilya Ryzhenkov
2014-09-19Convert content to RichString and establish resolution service for links.Ilya Ryzhenkov
2014-09-19Synchronize to Kotlin compiler API.Ilya Ryzhenkov
2014-08-21LinkedHashMap is now default for groupBy in stdlib.Ilya Ryzhenkov
2014-08-21Update to Kotlin APIIlya Ryzhenkov
2014-07-16Add DocumentationOptions to support non-public API docs (used in tests)Ilya Ryzhenkov
2014-07-16Add ignored test for mixed Java + KotlinIlya Ryzhenkov
2014-07-16Use alternative way to get exhaust.Ilya Ryzhenkov
2014-07-15Support tables in formatters and add proper escaping of htmlIlya Ryzhenkov
2014-07-15Add some folders to gitignoreIlya Ryzhenkov
2014-07-15Add gitignoreIlya Ryzhenkov
2014-07-15Point to github pages for docs.Ilya Ryzhenkov
2014-07-15Improve rendering of lambdas, escape html symbols.Ilya Ryzhenkov
2014-07-15Speed up analysis by not processing function bodies.Ilya Ryzhenkov
2014-07-15CleanupIlya Ryzhenkov
2014-07-15Filter non-user and non-public apiIlya Ryzhenkov
2014-07-15Format links and tables in markdown (hardcoded)Ilya Ryzhenkov
2014-07-15Progress loggingIlya Ryzhenkov
2014-07-15Cleaning, generalizing, added outline support (hardcoded yml for now)Ilya Ryzhenkov
2014-07-15Refactor formatting service to detach grouping logic from markupIlya Ryzhenkov
2014-07-14Link to samples and fixed typo.Ilya Ryzhenkov
2014-07-14Add some readme description.Ilya Ryzhenkov
2014-07-14Use ../dokka-doc/ clone of gh-pages branch as output.Ilya Ryzhenkov
2014-07-14Revert to md for now.Ilya Ryzhenkov
2014-07-14Use html extension for jekyll so that links workIlya Ryzhenkov
2014-07-14Add jekyll format serviceIlya Ryzhenkov
2014-07-14Fix testsIlya Ryzhenkov
2014-07-14Create README.mdIlya Ryzhenkov
2014-07-14Add hasDescription property to skip description blocks when empty.Ilya Ryzhenkov
2014-07-14Refactor to multiple-nodes formatting, join content.Ilya Ryzhenkov
2014-07-14Refactor to multiple-nodes formatting, implement smarter markdown format serv...Ilya Ryzhenkov
2014-07-14Add documentationIlya Ryzhenkov
2014-07-14Beautification and documentation.Ilya Ryzhenkov
2014-07-14Classpath support and custom module name from commandlineIlya Ryzhenkov
2014-07-14Custom name for a module.Ilya Ryzhenkov
2014-07-14Add renderName for formatting names of entities in lists, links, etcIlya Ryzhenkov
2014-07-14Share run configurationsIlya Ryzhenkov
2014-07-14Include JDK symbols.Ilya Ryzhenkov
2014-07-14Do not include block if no members, display description and summary.Ilya Ryzhenkov
2014-07-14CleanupIlya Ryzhenkov
2014-07-14Decompose summary and description for one-linersIlya Ryzhenkov
2014-07-14Better type handling with substitutionIlya Ryzhenkov
2014-07-14Support functional type syntax in Kotlin generatorIlya Ryzhenkov
2014-07-14Suppress resolve verification while working on markup and generation.Ilya Ryzhenkov
2014-07-14Stop spamming console in FileGenerator.Ilya Ryzhenkov
2014-07-14Render signature with markdown codeIlya Ryzhenkov
2014-07-14Get members scope for packages from PacakgeViewsIlya Ryzhenkov
2014-07-14Migrate to PackageView processing to unify all package fragments into single ...Ilya Ryzhenkov