Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
dokka
/
1934463c0a2a708acfde371daf0692811f479a7a
/
test
3963105
restructure Dokka build to use Gradle for everything except for the Maven plugin
by Dmitry Jemerov
· 9 years ago
64946ea
update to Kotlin beta 2
by Dmitry Jemerov
· 9 years ago
b643bf6
add tests; fixes related to qualified names of types
by Dmitry Jemerov
· 9 years ago
84ea5c6
@Inject all the things
by Dmitry Jemerov
· 9 years ago
3655b70
streamline setup code
by Dmitry Jemerov
· 9 years ago
fb25c1e
reduce the number of Kotlinisms in documentation model generated from Java code
by Dmitry Jemerov
· 9 years ago
f724ba6
build Kotlin documentation for Java files based on descriptors
by Dmitry Jemerov
· 9 years ago
ded5696
load KDoc comments when building javadoc
by Dmitry Jemerov
· 9 years ago
e4b2ae9
initial support for generating javadoc from Kotlin light classes
by Dmitry Jemerov
· 9 years ago
c9d59e9
Use Guice injector and ServiceLocator to load implementations on the fly
by Sergey Mashkov
· 9 years ago
ff4a92f
don't generate "Description" subheadings
by Dmitry Jemerov
· 9 years ago
d1177b3
show extensions applicable to superclasses in the list of class members
by Dmitry Jemerov
· 9 years ago
36f4b91
show inherited members in the list of class members
by Dmitry Jemerov
· 9 years ago
53a5f01
correctly render qualified names for external classes
by Dmitry Jemerov
· 9 years ago
583b558
render annotations on types (such as @UnsafeVariance)
by Dmitry Jemerov
· 9 years ago
ce82e3e
render 'reified' modifier for type parameter; fix typo re: rendering type parameter bounds
by Dmitry Jemerov
· 9 years ago
47ccfb0
loading the JDK and the Kotlin runtime in tests is now optional
by Dmitry Jemerov
· 9 years ago
cdeca8f
Remove "implements operator X" notes because the "operator" modifier is sufficient to express that idea
by Dmitry Jemerov
· 9 years ago
61b9aca
summarize signatures for properties
by Dmitry Jemerov
· 9 years ago
0efda36
exclude 'inline', 'noinline' and 'crossinline' from summary report; fix tests
by Dmitry Jemerov
· 9 years ago
3faa3f2
summarize signatures for overloaded stdlib functions
by Dmitry Jemerov
· 9 years ago
e6b7632
correctly render star projections
by Dmitry Jemerov
· 9 years ago
a76e5a6
Update to changes in Kotlin Beta.
by Ilya Ryzhenkov
· 9 years ago
b8f2435
M15 code cleanup
by Dmitry Jemerov
· 9 years ago
8827d30
update Dokka to Kotlin 1.0-beta
by Dmitry Jemerov
· 9 years ago
e455a0d
update Dokka to M14
by Dmitry Jemerov
· 9 years ago
c4f3df0
remove unneeded and invalid package import
by Dmitry Jemerov
· 9 years ago
40c7daf
fix rendering of extension function types
by Dmitry Jemerov
· 9 years ago
757f72d
M13 code cleanup
by Dmitry Jemerov
· 9 years ago
8050cf6
fix package docs parsing, add test
by Dmitry Jemerov
· 9 years ago
41e36c0
delete some incomplete and irrelevant Markdown parsing test code
by Dmitry Jemerov
· 9 years ago
cdd7c6b
don't duplicate 'abstract' and 'sealed' modifiers
by Dmitry Jemerov
· 9 years ago
1e862f2
render annotations with @; render only @MustBeDocumented annotations; render all modifiers
by Dmitry Jemerov
· 9 years ago
14030ca
update enum syntax in tests
by Dmitry Jemerov
· 9 years ago
20ba46e
default visibility is public
by Dmitry Jemerov
· 9 years ago
4575396
fix HTML entity handling after changes in markdown parser; remove detail count assertions from tests
by Dmitry Jemerov
· 9 years ago
9725737
work in progress on updating Dokka to latest Kotlin (compiles but does not run yet)
by Dmitry Jemerov
· 9 years ago
3921ac6
fix tests
by Dmitry Jemerov
· 9 years ago
64414ce
apply code cleanup; fix couple of deprecations manually
by Dmitry Jemerov
· 9 years ago
5f46416
update expected output
by Dmitry Jemerov
· 9 years ago
bc0654e
allow to explicitly specify the type of root for every input path
by Dmitry Jemerov
· 9 years ago
a19e05b
update testdata
by Dmitry Jemerov
· 10 years ago
673bfdd
don't generate empty <code> blocks for non-existing signatures (e.g. external classes)
by Dmitry Jemerov
· 10 years ago
c7916f7
default objects -> companion objects
by Dmitry Jemerov
· 10 years ago
0406a6b
add test to verify that dokka recognizes secondary constructors
by Dmitry Jemerov
· 10 years ago
d42aece
fix warnings about initializers
by Dmitry Jemerov
· 10 years ago
fa34f90
fixed intellij-markdown with support for HTML entities
by Dmitry Jemerov
· 10 years ago
8d3999e
class object -> default object
by Dmitry Jemerov
· 10 years ago
2e6eda9
support HTML entities
by Dmitry Jemerov
· 10 years ago
6f1a379
remove unused Markdown to HTML conversion code
by Dmitry Jemerov
· 10 years ago
8f15915
generate documentation for default object extension properties
by Dmitry Jemerov
· 10 years ago
f397348
support links with custom labels
by Dmitry Jemerov
· 10 years ago
6659337
support ordered lists
by Dmitry Jemerov
· 10 years ago
94d8cc0
don't include members in documentation if they have @suppress tag
by Dmitry Jemerov
· 10 years ago
f462317
for functions that can be called as operators, show operator being implemented
by Dmitry Jemerov
· 10 years ago
7170d63
fix some warnings
by Dmitry Jemerov
· 10 years ago
cad221f
represent nullability in doc model instead of appending ? to type name
by Dmitry Jemerov
· 10 years ago
f9172b3
remove extra space after type parameter list in Kotlin signature
by Dmitry Jemerov
· 10 years ago
7b91d7d
don't lose space after first word in the content of javadoc tags
by Dmitry Jemerov
· 10 years ago
63faa14
process inline doc tags in values of block tags
by Dmitry Jemerov
· 10 years ago
8a65a7a
handle @code and @literal tags in javadoc
by Dmitry Jemerov
· 10 years ago
a9538f2
use JSoup to convert HTML markup in javadoc to content tree
by Dmitry Jemerov
· 10 years ago
11bc0b1
hide visibility modifiers in summary list of members
by Dmitry Jemerov
· 10 years ago
f7c2f2a
add another blank line after deprecation notice
by Dmitry Jemerov
· 10 years ago
146764a
stop generating separate pages for property accessors
by Dmitry Jemerov
· 10 years ago
f9b7ea8
variance modifiers for type projections are separate modifier nodes, not part of the type name
by Dmitry Jemerov
· 10 years ago
f8704c6
variance modifiers for type parameters are separate modifier nodes, not part of the type name
by Dmitry Jemerov
· 10 years ago
9829559
don't show java.lang.Object in the list of Java class supertypes
by Dmitry Jemerov
· 10 years ago
722c9af
use non-breaking spaces when generating signatures
by Dmitry Jemerov
· 10 years ago
7003ad8
fix formatting of "deprecated" notice in markdown
by Dmitry Jemerov
· 10 years ago
fc70184
working test for cross-language links in documentation (Kotlin class extends Java class)
by Dmitry Jemerov
· 10 years ago
a60d8ba
understand @deprecated tag in javadoc
by Dmitry Jemerov
· 10 years ago
b1296e6
override links for properties
by Dmitry Jemerov
· 10 years ago
ce4b3b6
test that we're linking type names in parameters and return values
by Dmitry Jemerov
· 10 years ago
649217d
process @see tags in javadoc
by Dmitry Jemerov
· 10 years ago
ff0e6be
process @link and @linkplain tags in javadoc
by Dmitry Jemerov
· 10 years ago
f26fccd
inheritor links for Java classes
by Dmitry Jemerov
· 10 years ago
fdd2d9a
links to supertypes in Java
by Dmitry Jemerov
· 10 years ago
ecadf40
allow a LocationService to take a qualified name directly, not just a DocumentationNode
by Dmitry Jemerov
· 10 years ago
85a3ae7
support in-page anchors in locations
by Dmitry Jemerov
· 10 years ago
ea1f4cc
refactor extension setup; encapsulate extension in LocationService
by Dmitry Jemerov
· 10 years ago
d9bfa02
remove dependency of Location on a File; use more meaningful locations in tests
by Dmitry Jemerov
· 10 years ago
2822a3e
updated according to language change: class object -> default object
by Dmitry Jemerov
· 10 years ago
614f5fa
nicer representation for enum values
by Dmitry Jemerov
· 10 years ago
4bec8fc
represent java.lang.Deprecated annotation as deprecation
by Dmitry Jemerov
· 10 years ago
17e25ef
represent java.lang.Object as 'Any'
by Dmitry Jemerov
· 10 years ago
107ef42
represent Java annotations in dokka
by Dmitry Jemerov
· 10 years ago
5c709d9
represent non-final classes and methods as open
by Dmitry Jemerov
· 10 years ago
3e3a4af
represent static methods as class object functions
by Dmitry Jemerov
· 10 years ago
6d5d88b
represent fields as Kotlin properties
by Dmitry Jemerov
· 10 years ago
6c93cc9
represent type arguments as nodes of type Type, not TypeParameter
by Dmitry Jemerov
· 10 years ago
555f9cf
represent array types as type with type parameter
by Dmitry Jemerov
· 10 years ago
4a45896
handle vararg types
by Dmitry Jemerov
· 10 years ago
77effb4
don't lose tag value where it's actually part of the description
by Dmitry Jemerov
· 10 years ago
c11ae71
convert doc tags to sections
by Dmitry Jemerov
· 10 years ago
902aeb1
add Java inner classes to model
by Dmitry Jemerov
· 10 years ago
95e3e32
distinguish Kotlin inner classes
by Dmitry Jemerov
· 10 years ago
ce29c52
handle Java constructors nicely
by Dmitry Jemerov
· 10 years ago
aa3f051
import Java type parameters into documentation model
by Dmitry Jemerov
· 10 years ago
7d0e2ec
remove (accidentally?) duplicated test
by Dmitry Jemerov
· 10 years ago
Next »