aboutsummaryrefslogtreecommitdiff
path: root/src/Utilities
AgeCommit message (Collapse)Author
2015-12-03restructure Dokka build to use Gradle for everything except for the Maven pluginDmitry Jemerov
2015-11-23Copy style.css to the output directory when doing HTML and use relative paths.Mike Hearn
Fixes the code so that the relative path to root is always available, breaking the requirement to use a local web server.
2015-11-23Use Java 8 Path API to relativize paths instead of rolling a custom version.Mike Hearn
Fixes various IOExceptions thrown during generation.
2015-11-05remove unnecessary getResourceAsStream() ↵Dmitry Jemerov
(https://bugs.openjdk.java.net/browse/JDK-8080094)
2015-11-04@Inject all the thingsDmitry Jemerov
2015-10-30initial support for generating javadoc from Kotlin light classesDmitry Jemerov
2015-10-30fix Kotlin warningsDmitry Jemerov
2015-10-29Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into ↵Dmitry Jemerov
cy6erGn0m-javadoc # Conflicts: # dokka.iml # javadoc/javadoc.iml # javadoc/src/main/kotlin/docbase.kt # javadoc/src/main/kotlin/dokka-adapters.kt # javadoc/src/main/kotlin/reporter.kt # javadoc/src/main/kotlin/tags.kt # src/Analysis/AnalysisEnvironment.kt # src/Analysis/CompilerAPI.kt # src/Formats/KotlinWebsiteFormatService.kt # src/Formats/StructuredFormatService.kt # src/Java/JavaDocumentationBuilder.kt # src/Kotlin/ContentBuilder.kt # src/Kotlin/DocumentationBuilder.kt # src/Languages/JavaLanguageService.kt # src/Model/Content.kt # src/Model/PackageDocs.kt # src/Utilities/GuiceModule.kt # src/Utilities/Path.kt # src/Utilities/ServiceLocator.kt # test/src/markdown/MarkdownTestRunner.kt
2015-10-29Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-10-21M15 code cleanupDmitry Jemerov
2015-09-11M13 code cleanupDmitry Jemerov
2015-08-07~ Use new property access syntaxSergey Mashkov
2015-08-07~ minor cleanupSergey Mashkov
2015-07-31Use Guice injector and ServiceLocator to load implementations on the flySergey Mashkov
2015-02-27handle @code and @literal tags in javadocDmitry Jemerov
2015-02-19refactor extension setup; encapsulate extension in LocationServiceDmitry Jemerov
2014-10-03Fix relative path.Ilya Ryzhenkov
2014-07-15Improve rendering of lambdas, escape html symbols.Ilya Ryzhenkov
2014-07-14Beautification and documentation.Ilya Ryzhenkov
2014-07-14Location services, formatting services, initial self-documentation output.Ilya Ryzhenkov