<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/dokka.git/src/Utilities, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.</subtitle>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/'/>
<entry>
<title>restructure Dokka build to use Gradle for everything except for the Maven plugin</title>
<updated>2015-12-03T15:22:49+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-12-03T15:22:11+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=39631054c58df5841ea268b7002b820ec55f6e0a'/>
<id>39631054c58df5841ea268b7002b820ec55f6e0a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Copy style.css to the output directory when doing HTML and use relative paths.</title>
<updated>2015-11-23T18:21:08+00:00</updated>
<author>
<name>Mike Hearn</name>
<email>mike@plan99.net</email>
</author>
<published>2015-11-23T18:21:08+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=90cf2ebccd12073a55ff6f187e5a378a2e96e23b'/>
<id>90cf2ebccd12073a55ff6f187e5a378a2e96e23b</id>
<content type='text'>
Fixes the code so that the relative path to root is always available, breaking the requirement to use a local web server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes the code so that the relative path to root is always available, breaking the requirement to use a local web server.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Java 8 Path API to relativize paths instead of rolling a custom version.</title>
<updated>2015-11-23T17:53:18+00:00</updated>
<author>
<name>Mike Hearn</name>
<email>mike@plan99.net</email>
</author>
<published>2015-11-23T17:53:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=23e270b603eb32472b8ef4a5f44c01af57fd049f'/>
<id>23e270b603eb32472b8ef4a5f44c01af57fd049f</id>
<content type='text'>
Fixes various IOExceptions thrown during generation.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes various IOExceptions thrown during generation.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove unnecessary getResourceAsStream() (https://bugs.openjdk.java.net/browse/JDK-8080094)</title>
<updated>2015-11-05T11:09:42+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-11-05T11:09:42+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=d2c8b670bf13615aa91df2d39b252f3ba7c38837'/>
<id>d2c8b670bf13615aa91df2d39b252f3ba7c38837</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>@Inject all the things</title>
<updated>2015-11-04T15:26:07+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-11-04T15:26:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=84ea5c68420a75c7b8401000dbe6dbf3ff2cd6d0'/>
<id>84ea5c68420a75c7b8401000dbe6dbf3ff2cd6d0</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>initial support for generating javadoc from Kotlin light classes</title>
<updated>2015-10-30T17:43:48+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-10-30T17:43:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=e4b2ae90bf0e84f76ceb7c56b7c128d28adad917'/>
<id>e4b2ae90bf0e84f76ceb7c56b7c128d28adad917</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Kotlin warnings</title>
<updated>2015-10-30T11:24:33+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-10-30T11:24:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=f60beb6e45720ff44ba4e4db915f5e462fb3b907'/>
<id>f60beb6e45720ff44ba4e4db915f5e462fb3b907</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into cy6erGn0m-javadoc</title>
<updated>2015-10-29T12:31:16+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-10-29T12:31:16+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=4e09ac20457e2c4398406a1c23bf1f435f31349e'/>
<id>4e09ac20457e2c4398406a1c23bf1f435f31349e</id>
<content type='text'>
# 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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
# 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
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Guice injector and ServiceLocator to load implementations on the fly</title>
<updated>2015-10-29T12:21:47+00:00</updated>
<author>
<name>Sergey Mashkov</name>
<email>sergey.mashkov@jetbrains.com</email>
</author>
<published>2015-07-31T12:35:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=c9d59e9ae85f76e021d53c77ef18bfce0ff7ec7c'/>
<id>c9d59e9ae85f76e021d53c77ef18bfce0ff7ec7c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>M15 code cleanup</title>
<updated>2015-10-21T16:26:10+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-10-21T16:26:10+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=b8f2435e2db50c2053a9d880ab9573cb0bc2630e'/>
<id>b8f2435e2db50c2053a9d880ab9573cb0bc2630e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
