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
/
Java
/
JavaDocumentationBuilder.kt
Age
Commit message (
Expand
)
Author
2015-11-03
build Kotlin documentation for Java files based on descriptors
Dmitry Jemerov
2015-10-30
load KDoc comments when building javadoc
Dmitry Jemerov
2015-10-30
initial support for generating javadoc from Kotlin light classes
Dmitry Jemerov
2015-10-30
fix Kotlin warnings
Dmitry Jemerov
2015-10-29
Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into cy6erGn0m-j...
Dmitry Jemerov
2015-10-21
M15 code cleanup
Dmitry Jemerov
2015-10-12
update to Kotlin 0.15.439
Dmitry Jemerov
2015-09-11
M13 code cleanup
Dmitry Jemerov
2015-09-02
update to latest Kotlin
Dmitry Jemerov
2015-08-07
~ Use new property access syntax
Sergey Mashkov
2015-08-04
~ see also
Sergey Mashkov
2015-07-09
Fix project after types enhancement from annotations
Denis Zharkov
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
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-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-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
stop generating separate pages for property accessors
Dmitry Jemerov
2015-02-26
don't show java.lang.Object in the list of Java class supertypes
Dmitry Jemerov
2015-02-25
resolve references through single map from signature to DocumentationNode (en...
Dmitry Jemerov
2015-02-25
use Kotlin style types in element signatures
Dmitry Jemerov
2015-02-24
understand @deprecated tag in javadoc
Dmitry Jemerov
2015-02-20
process @see tags in javadoc
Dmitry Jemerov
2015-02-20
process @link and @linkplain tags in javadoc
Dmitry Jemerov
2015-02-20
inheritor links for Java classes
Dmitry Jemerov
2015-02-20
links to supertypes in Java
Dmitry Jemerov
2015-02-17
updated according to language change: class object -> default object
Dmitry Jemerov
2015-02-16
ignore SuppressWarnings annotations
Dmitry Jemerov
2015-02-16
API to create simple text nodes more easily
Dmitry Jemerov
2015-02-16
nicer representation for enum values
Dmitry Jemerov
2015-02-16
represent java.lang.Deprecated annotation as deprecation
Dmitry Jemerov
2015-02-16
represent java.lang.Object as 'Any'
Dmitry Jemerov
2015-02-16
represent Java annotations in dokka
Dmitry Jemerov
2015-02-16
represent non-final classes and methods as open
Dmitry Jemerov
2015-02-16
represent static methods as class object functions
Dmitry Jemerov
2015-02-16
represent fields as Kotlin properties
Dmitry Jemerov
2015-02-16
exclude private members
Dmitry Jemerov
2015-02-16
represent type arguments as nodes of type Type, not TypeParameter
Dmitry Jemerov
2015-02-16
represent array types as type with type parameter
Dmitry Jemerov
2015-02-16
handle vararg types
Dmitry Jemerov
2015-02-16
don't lose tag value where it's actually part of the description
Dmitry Jemerov
[next]