index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Model
Age
Commit message (
Expand
)
Author
2015-12-03
restructure Dokka build to use Gradle for everything except for the Maven plugin
Dmitry Jemerov
2015-11-04
generate @deprecated tags for javadoc
Dmitry Jemerov
2015-11-04
@Inject all the things
Dmitry Jemerov
2015-11-04
extract JavadocParser to a separate file; extract DeclarationLinkResolver out...
Dmitry Jemerov
2015-11-03
reduce the number of Kotlinisms in documentation model generated from Java code
Dmitry Jemerov
2015-10-29
cleanup after merge
Dmitry Jemerov
2015-10-29
Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into cy6erGn0m-j...
Dmitry Jemerov
2015-10-29
Use Guice injector and ServiceLocator to load implementations on the fly
Sergey Mashkov
2015-10-29
Eliminate warnings caused by API changes
Sergey Mashkov
2015-10-29
cleanup
Dmitry Jemerov
2015-10-29
show extensions applicable to superclasses in the list of class members
Dmitry Jemerov
2015-10-29
show inherited members in the list of class members
Dmitry Jemerov
2015-10-29
wrapping and nicer formatting for signatures
Dmitry Jemerov
2015-10-29
summarize signatures for overloaded stdlib functions
Dmitry Jemerov
2015-10-22
Update to changes in Kotlin Beta.
Ilya Ryzhenkov
2015-10-21
M15 code cleanup
Dmitry Jemerov
2015-10-01
update to Kotlin 0.15.46
Dmitry Jemerov
2015-09-28
update Dokka to M14
Dmitry Jemerov
2015-09-10
fix package docs parsing, add test
Dmitry Jemerov
2015-09-07
work in progress on updating Dokka to latest Kotlin (compiles but does not ru...
Dmitry Jemerov
2015-08-07
~ minor cleanup
Sergey Mashkov
2015-08-06
~ description constant
Sergey Mashkov
2015-08-04
~ see also
Sergey Mashkov
2015-07-27
Eliminate warnings caused by API changes
Sergey Mashkov
2015-07-27
SourcePosition shouldn't contain nulls
Sergey Mashkov
2015-07-24
Put source position information to node's details section
Sergey Mashkov
2015-06-16
some cleanup
Dmitry Jemerov
2015-05-29
apply code cleanup; fix couple of deprecations manually
Dmitry Jemerov
2015-03-23
parse included Markdown files to retrieve documentation for modules and packages
Dmitry Jemerov
2015-03-19
fix deprecated lambda syntax
Dmitry Jemerov
2015-03-17
default objects -> companion objects
Dmitry Jemerov
2015-03-11
show source locations for warnings
Dmitry Jemerov
2015-03-10
class object -> default object
Dmitry Jemerov
2015-03-10
support HTML entities
Dmitry Jemerov
2015-03-03
support ordered lists
Dmitry Jemerov
2015-03-02
for functions that can be called as operators, show operator being implemented
Dmitry Jemerov
2015-03-02
represent nullability in doc model instead of appending ? to type name
Dmitry Jemerov
2015-02-26
allow applying different styles to different kinds of identifiers
Dmitry Jemerov
2015-02-26
syntax highlight code examples
Dmitry Jemerov
2015-02-26
separate sections for extension properties and extension functions
Dmitry Jemerov
2015-02-26
stop generating separate pages for property accessors
Dmitry Jemerov
2015-02-26
use non-breaking spaces when generating signatures
Dmitry Jemerov
2015-02-25
resolve references through single map from signature to DocumentationNode (en...
Dmitry Jemerov
2015-02-20
pending references logic moved from DocumentationBuilder to model
Dmitry Jemerov
2015-02-20
resolve content links to declaration descriptors immediately during markdown ...
Dmitry Jemerov
2015-02-20
support in-page anchors in locations
Dmitry Jemerov
2015-02-17
updated according to language change: class object -> default object
Dmitry Jemerov
2015-02-16
API to create simple text nodes more easily
Dmitry Jemerov
2015-02-16
convert doc tags to sections
Dmitry Jemerov
2015-02-13
extract source links to non-Kotlin-specific part
Dmitry Jemerov
[next]