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
Age
Commit message (
Expand
)
Author
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
update testdata
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
add skipDeprecated option in Ant task
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-19
missed library dependency
Dmitry Jemerov
2015-03-18
remove unused library; split kotlin-compiler and kotlin-plugin libraries; fix...
Dmitry Jemerov
2015-03-17
default objects -> companion objects
Dmitry Jemerov
2015-03-11
add test to verify that dokka recognizes secondary constructors
Dmitry Jemerov
2015-03-11
fix warnings about initializers
Dmitry Jemerov
2015-03-11
update markdown.jar for new ABI version
Dmitry Jemerov
2015-03-11
show source locations for warnings
Dmitry Jemerov
2015-03-10
fixed intellij-markdown with support for HTML entities
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
2015-03-02
fix some warnings
Dmitry Jemerov
2015-03-02
represent nullability in doc model instead of appending ? to type name
Dmitry Jemerov
2015-03-02
remove extra space after type parameter list in Kotlin signature
Dmitry Jemerov
2015-02-27
properties don't have value parameters, no need to include them in the signature
Dmitry Jemerov
2015-02-27
don't lose space after first word in the content of javadoc tags
Dmitry Jemerov
2015-02-27
process inline doc tags in values of block tags
Dmitry Jemerov
2015-02-27
don't generate 'open' modifier for constructors
Dmitry Jemerov
2015-02-27
fix link resolution with other variants of the javadoc PSI structure
Dmitry Jemerov
2015-02-27
handle @code and @literal tags in javadoc
Dmitry Jemerov
2015-02-27
use JSoup to convert HTML markup in javadoc to content tree
Dmitry Jemerov
2015-02-26
allow applying different styles to different kinds of identifiers
Dmitry Jemerov
2015-02-26
don't generate redundant links that lead to the same page with no anchor (e.g...
Dmitry Jemerov
[next]