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
Age
Commit message (
Expand
)
Author
2015-08-06
~ move array type conversion to JavaLanguageService
Sergey Mashkov
2015-08-06
~ description constant
Sergey Mashkov
2015-08-04
~ see also
Sergey Mashkov
2015-07-31
Use Guice injector and ServiceLocator to load implementations on the fly
Sergey Mashkov
2015-07-28
Initial javadoc generation module
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
Rework toDocumentationNode function to use ConstantValue<*> instead of any?
Sergey Mashkov
2015-07-24
Put source position information to node's details section
Sergey Mashkov
2015-07-22
Upgrade to latest kotlin
Sergey Mashkov
2015-07-09
Fix project after types enhancement from annotations
Denis Zharkov
2015-06-30
fix tests
Dmitry Jemerov
2015-06-30
update to latest Kotlin
Dmitry Jemerov
2015-06-16
some cleanup
Dmitry Jemerov
2015-05-29
apply code cleanup; fix couple of deprecations manually
Dmitry Jemerov
2015-05-28
report warnings for functions that contain unresolved types
Dmitry Jemerov
2015-05-27
don't crash if we failed to resolve base type for an extension function
Dmitry Jemerov
2015-05-27
generate 'interface' keyword instead of 'trait'
Dmitry Jemerov
2015-05-27
allow to explicitly specify the type of root for every input path
Dmitry Jemerov
2015-05-27
update to M12 compiler API; store dependency jars in VCS instead of depending...
Dmitry Jemerov
2015-03-23
don't show redundant signatures for packages
Dmitry Jemerov
2015-03-23
parse included Markdown files to retrieve documentation for modules and packages
Dmitry Jemerov
2015-03-23
more compact implementation of Markdown to content tree conversion
Dmitry Jemerov
2015-03-23
simplify MarkdownNodeClass a bit
Dmitry Jemerov
2015-03-19
show absolute path of output directory
Dmitry Jemerov
2015-03-19
protect against compiler exceptions in resolveKDocLink():
Dmitry Jemerov
2015-03-19
restore lost space after type parameters of a property
Dmitry Jemerov
2015-03-19
don't generate empty <code> blocks for non-existing signatures (e.g. external...
Dmitry Jemerov
2015-03-19
hide internal members from the documentation; understand @suppress tags in ja...
Dmitry Jemerov
2015-03-19
fix deprecated lambda syntax
Dmitry Jemerov
2015-03-17
default objects -> companion objects
Dmitry Jemerov
2015-03-11
fix warnings about initializers
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-09
simplify a bit
Dmitry Jemerov
2015-03-09
remove unused Markdown to HTML conversion code
Dmitry Jemerov
2015-03-06
generate documentation for default object extension properties
Dmitry Jemerov
2015-03-05
update dokka and intellij-markdown to latest Kotlin changes
Dmitry Jemerov
2015-03-05
special case to ensure that we find base class documentation for stdlib class...
Dmitry Jemerov
2015-03-03
support links with custom labels
Dmitry Jemerov
2015-03-03
support ordered lists
Dmitry Jemerov
2015-03-03
use custom 'docref' attribute to represent doc link destination instead o mar...
Dmitry Jemerov
2015-03-02
report number of warnings after generation
Dmitry Jemerov
2015-03-02
option to exclude deprecated members from generated documentation
Dmitry Jemerov
2015-03-02
don't report constructor as undocumented if its containing class is deprecated
Dmitry Jemerov
2015-03-02
don't include members in documentation if they have @suppress tag
Dmitry Jemerov
2015-03-02
report warnings for missing documentation and unresolved links
Dmitry Jemerov
2015-03-02
for functions that can be called as operators, show operator being implemented
Dmitry Jemerov
2015-03-02
linkify type names in type parameter constraints
Dmitry Jemerov
[next]