Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
dokka
/
f325c16c73eccea2f2daed64b123efa3bdd25bcd
f325c16
add task to put Kotlin and Dokka versions into the pom.xml of the Maven plugin
by Dmitry Jemerov
· 9 years ago
e8e7e8e
prepare pom.xml for editing by updatePom task
by Dmitry Jemerov
· 9 years ago
cbce425
push empty build.gradle to make TeamCity happy
by Dmitry Jemerov
· 9 years ago
7097a80
update IDE configuration
by Dmitry Jemerov
· 9 years ago
979dbca
setup multi-project build; specify version in one place for all Gradle project
by Dmitry Jemerov
· 9 years ago
4164f9f
add tools.jar to run classpath for tests
by Dmitry Jemerov
· 9 years ago
98562c5
add javadoc module tests to ant build
by Dmitry Jemerov
· 9 years ago
b643bf6
add tests; fixes related to qualified names of types
by Dmitry Jemerov
· 9 years ago
0bad648
get rid of duplicate implementations of calculating DocumentationNode qualified name
by Dmitry Jemerov
· 9 years ago
fb9f466
include tools.jar in compilation classpath
by Dmitry Jemerov
· 9 years ago
7a92ba5
include javadoc module in dokka fatjar
by Dmitry Jemerov
· 9 years ago
d2c8b67
remove unnecessary getResourceAsStream() (https://bugs.openjdk.java.net/browse/JDK-8080094)
by Dmitry Jemerov
· 9 years ago
01fa038
include resources in jar file
by Dmitry Jemerov
· 9 years ago
449a61c
revert array handling
by Dmitry Jemerov
· 9 years ago
970af57
correctly show documentation for inner classes
by Dmitry Jemerov
· 9 years ago
f50966b
remove extra <p> tags from @param
by Dmitry Jemerov
· 9 years ago
972118b
generate @deprecated tags for javadoc
by Dmitry Jemerov
· 9 years ago
fb2a0e8
fix rendering of array types
by Dmitry Jemerov
· 9 years ago
66cb1d5
hide private and internal members from javadoc
by Dmitry Jemerov
· 9 years ago
852b4c4
javadoc link rendering fixes
by Dmitry Jemerov
· 9 years ago
cb9d0bc
extract DescriptorDocumentationParser out of DocumentationBuilder
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
21dcc4a
extract JavadocParser to a separate file; extract DeclarationLinkResolver out of DocumentationBuilder
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
aa9395a
shared run configuration for generating stdlib javadoc
by Dmitry Jemerov
· 9 years ago
f724ba6
build Kotlin documentation for Java files based on descriptors
by Dmitry Jemerov
· 9 years ago
6813d65
stop generating javadoc for package facade classes
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
17492c5
correctly working optional injection
by Dmitry Jemerov
· 9 years ago
f60beb6
fix Kotlin warnings
by Dmitry Jemerov
· 9 years ago
af5cd35
cleanup after merge
by Dmitry Jemerov
· 9 years ago
4e09ac2
Merge branch 'javadoc' of https://github.com/cy6erGn0m/dokka into cy6erGn0m-javadoc
by Dmitry Jemerov
· 9 years ago
c9d59e9
Use Guice injector and ServiceLocator to load implementations on the fly
by Sergey Mashkov
· 9 years ago
ff77b8e
Initial javadoc generation module
by Sergey Mashkov
· 9 years ago
6962375
Eliminate warnings caused by API changes
by Sergey Mashkov
· 9 years ago
f99ec73
wrap each group of overloads in a <div>
by Dmitry Jemerov
· 9 years ago
ff4a92f
don't generate "Description" subheadings
by Dmitry Jemerov
· 9 years ago
0eae82a
cleanup
by Dmitry Jemerov
· 9 years ago
c81053d
move the list of enum values above the list of properties/functions of the enum class
by Dmitry Jemerov
· 9 years ago
d1177b3
show extensions applicable to superclasses in the list of class members
by Dmitry Jemerov
· 9 years ago
617401c
don't render annotations on types in summary view
by Dmitry Jemerov
· 9 years ago
36f4b91
show inherited members in the list of class members
by Dmitry Jemerov
· 9 years ago
7845502
don't generate soft line break before closing parenthesis of parameter list if there are no parameters
by Dmitry Jemerov
· 9 years ago
5288797
correctly hide 'reified' on summary page
by Dmitry Jemerov
· 9 years ago
53a5f01
correctly render qualified names for external classes
by Dmitry Jemerov
· 9 years ago
e59b490
wrap long supertype lists
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
cd805e5
shared run configuration: nodeprecated, fix reflection path
by Dmitry Jemerov
· 9 years ago
0efda36
exclude 'inline', 'noinline' and 'crossinline' from summary report; fix tests
by Dmitry Jemerov
· 9 years ago
ae2ff5b
don't show Unit return type in signatures
by Dmitry Jemerov
· 9 years ago
8291bee
wrapping and nicer formatting for signatures
by Dmitry Jemerov
· 9 years ago
3faa3f2
summarize signatures for overloaded stdlib functions
by Dmitry Jemerov
· 9 years ago
44498ab
exclude "doc" directory from indexing
by Dmitry Jemerov
· 9 years ago
e6b7632
correctly render star projections
by Dmitry Jemerov
· 9 years ago
cf0932d
add JANSI library dependency
by Dmitry Jemerov
· 9 years ago
1fe303f
fix command line argument parsing
by Dmitry Jemerov
· 9 years ago
1aad73e
update main class name in shared run configurations
by Dmitry Jemerov
· 9 years ago
f777794
Update intellij-core-analysis.jar
by Ilya Ryzhenkov
· 9 years ago
6085cfe
Add proguard task to reduce size of the jar
by Ilya Ryzhenkov
· 9 years ago
a76e5a6
Update to changes in Kotlin Beta.
by Ilya Ryzhenkov
· 9 years ago
1e2e2b6
Update version and dependencies to 1.0.0-beta-1038
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
75834b6
update to Kotlin 0.15.439
by Dmitry Jemerov
· 9 years ago
0a07100
update to Kotlin 0.15.137
by Dmitry Jemerov
· 9 years ago
facb7ef
update to Kotlin 0.15.46
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
8d5e09a
kotlin-for-upsource 0.13.1510; markdown library with ABI 0.25.0
by Dmitry Jemerov
· 9 years ago
757f72d
M13 code cleanup
by Dmitry Jemerov
· 9 years ago
e67ee41
@Deprecated annotation has an uppercase D now
by Dmitry Jemerov
· 9 years ago
8050cf6
fix package docs parsing, add test
by Dmitry Jemerov
· 9 years ago
aace0f3
don't render annotations in summary mod
by Dmitry Jemerov
· 9 years ago
1f3dc2a
kotlin-for-upsource 0.13.1291
by Dmitry Jemerov
· 9 years ago
f188d44
dokka-antlib.xml should be in the root of dokka-ant.jar
by Dmitry Jemerov
· 9 years ago
ed70c81
add Ant task for building dokka.zip
by Dmitry Jemerov
· 9 years ago
41e36c0
delete some incomplete and irrelevant Markdown parsing test code
by Dmitry Jemerov
· 9 years ago
ac91c6f
render annotations before modifiers
by Dmitry Jemerov
· 9 years ago
cdd7c6b
don't duplicate 'abstract' and 'sealed' modifiers
by Dmitry Jemerov
· 9 years ago
2c7e6d8
handle new element types for Markdown code fences
by Dmitry Jemerov
· 9 years ago
1e862f2
render annotations with @; render only @MustBeDocumented annotations; render all modifiers
by Dmitry Jemerov
· 9 years ago
60c915a
"annotation" is a modifer now, so don't render it the second time as a keyword
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
53a7a79
kotlin-for-upsource 0.13.1195
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
43eb8f4
specify wildcard for test classes
by Dmitry Jemerov
· 9 years ago
42ed180
Ant task to run tests
by Dmitry Jemerov
· 9 years ago
a24ea15
somehow make Dokka work with new compiler API
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
3d4cda5
update to latest Kotlin
by Dmitry Jemerov
· 9 years ago
8216501
~ configure javadoc module, configure artifact configuration
by Sergey Mashkov
· 9 years ago
ff89f37
~ remove javadoc module
by Sergey Mashkov
· 9 years ago
Next »