<feed xmlns='http://www.w3.org/2005/Atom'>
<title>github/dokka.git/src/Model, 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>generate @deprecated tags for javadoc</title>
<updated>2015-11-04T18:10:38+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-11-04T18:10:38+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=972118bcffbdf13ebd3aefd495618c4670bdc7b3'/>
<id>972118bcffbdf13ebd3aefd495618c4670bdc7b3</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>extract JavadocParser to a separate file; extract DeclarationLinkResolver out of DocumentationBuilder</title>
<updated>2015-11-04T12:56:13+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-11-04T12:56:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=21dcc4a472f88dd3ce1a1e7d8406905552896d3c'/>
<id>21dcc4a472f88dd3ce1a1e7d8406905552896d3c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>reduce the number of Kotlinisms in documentation model generated from Java code</title>
<updated>2015-11-03T19:21:52+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-11-03T19:21:52+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=fb25c1eaf41ae314d19d6cda55446a2ab6b63715'/>
<id>fb25c1eaf41ae314d19d6cda55446a2ab6b63715</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup after merge</title>
<updated>2015-10-29T12:44:04+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-10-29T12:44:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=af5cd353271120a6ef9853a3913d5e828747178e'/>
<id>af5cd353271120a6ef9853a3913d5e828747178e</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>Eliminate warnings caused by API changes</title>
<updated>2015-10-29T11:33:54+00:00</updated>
<author>
<name>Sergey Mashkov</name>
<email>sergey.mashkov@jetbrains.com</email>
</author>
<published>2015-07-27T13:11:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=69623756c6a28d1ba70edcdfd6e02c686ed502e7'/>
<id>69623756c6a28d1ba70edcdfd6e02c686ed502e7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>cleanup</title>
<updated>2015-10-29T10:57:24+00:00</updated>
<author>
<name>Dmitry Jemerov</name>
<email>yole@jetbrains.com</email>
</author>
<published>2015-10-28T16:38:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.nea.moe/github/dokka.git/commit/?id=0eae82a20d11bce32a395d3e26fbcc7b92ce21bb'/>
<id>0eae82a20d11bce32a395d3e26fbcc7b92ce21bb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
