Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
dokka
/
b8f2435e2db50c2053a9d880ab9573cb0bc2630e
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
befbe69
Merge pull request #31 from cy6erGn0m/javadoc
by Dmitry Jemerov
· 9 years ago
2930cd9
Upgrade markdown.jar
by Sergey Mashkov
· 9 years ago
28685c6
SourcePosition shouldn't contain nulls
by Sergey Mashkov
· 9 years ago
d874444
Rework toDocumentationNode function to use ConstantValue<*> instead of any?
by Sergey Mashkov
· 9 years ago
891cdbb
Put source position information to node's details section
by Sergey Mashkov
· 9 years ago
f822c51
Upgrade to latest kotlin
by Sergey Mashkov
· 9 years ago
28a3891
remove duplicate VCS mapping
by Dmitry Jemerov
· 9 years ago
823e7d1
Merge pull request #30 from cy6erGn0m/build
by Dmitry Jemerov
· 9 years ago
f0ea1cf
Add new module to ant clean task
by Sergey Mashkov
· 9 years ago
2bd7a4a
Build fatjar by gradle and use it's output as dependency for maven and gradle plugins.
by Sergey Mashkov
· 9 years ago
1a79c5d
Merge pull request #29 from cy6erGn0m/gradle-plugin
by Dmitry Jemerov
· 9 years ago
0352d46
Don't require JDK 1.8
by Sergey Mashkov
· 9 years ago
dfa23a3
Merge pull request #28 from cy6erGn0m/maven-plugin
by Dmitry Jemerov
· 9 years ago
788a957
Add Mojo and TaskAction annotations to the list of annotations prohibits unused declaration warning
by Sergey Mashkov
· 9 years ago
698dd15
Ant build to support gradle-plugin build too
by Sergey Mashkov
· 9 years ago
b166d2e
Gradle plugin getting started
by Sergey Mashkov
· 9 years ago
d9e7b5a
Gradle initial plugin implementation
by Sergey Mashkov
· 9 years ago
513af27
Add sonatype repo
by Sergey Mashkov
· 9 years ago
b3c4292
Maven plugin getting started
by Sergey Mashkov
· 9 years ago
3d25df6
Add JANSI library as it is required sometimes
by Sergey Mashkov
· 9 years ago
31bbbcc
Building all by ant + doc
by Sergey Mashkov
· 9 years ago
549ef19
Maven plugin initial implementation
by Sergey Mashkov
· 9 years ago
526eb3b
Build and install dokka fatjar to a local repository (to be used by maven)
by Sergey Mashkov
· 9 years ago
6d1a526
Merge pull request #27 from cy6erGn0m/maven-plugin
by Dmitry Jemerov
· 9 years ago
9ca0eb1
fatjar ant target to get complete dokka-fat.jar to be used in command-line and to be bundled with maven-plugin
by Sergey Mashkov
· 9 years ago
68caff4
Merge pull request #26 from bintree/master
by Dmitry Jemerov
· 9 years ago
2f3bd21
Fix project after types enhancement from annotations
by Denis Zharkov
· 9 years ago
3921ac6
fix tests
by Dmitry Jemerov
· 9 years ago
fc24a9e
update intellij-core-analysis as well
by Dmitry Jemerov
· 9 years ago
b474d53
update to latest Kotlin
by Dmitry Jemerov
· 9 years ago
648faf5
allow repeated compilation for warm benchmarking
by Dmitry Jemerov
· 9 years ago
c858ffd
some cleanup
by Dmitry Jemerov
· 9 years ago
fa8bdfa
add a simple build script
by Dmitry Jemerov
· 9 years ago
64414ce
apply code cleanup; fix couple of deprecations manually
by Dmitry Jemerov
· 10 years ago
2fc80c4
report warnings for functions that contain unresolved types
by Dmitry Jemerov
· 10 years ago
157d861
use artifact built on TeamCity rather than locally
by Dmitry Jemerov
· 10 years ago
19fccfd
change output path for artifact
by Dmitry Jemerov
· 10 years ago
f1ac1f2
rename build.xml to build-docs.xml; add artifact for dokka.zip
by Dmitry Jemerov
· 10 years ago
f15a071
don't crash if we failed to resolve base type for an extension function
by Dmitry Jemerov
· 10 years ago
76a97fa
one more missing dependency
by Dmitry Jemerov
· 10 years ago
fbe64b5
generate 'interface' keyword instead of 'trait'
by Dmitry Jemerov
· 10 years ago
5f46416
update expected output
by Dmitry Jemerov
· 10 years ago
bc0654e
allow to explicitly specify the type of root for every input path
by Dmitry Jemerov
· 10 years ago
70a70ca
update to M12 compiler API; store dependency jars in VCS instead of depending on Kotlin plugin via path variable
by Dmitry Jemerov
· 10 years ago
d9f135d
don't show redundant signatures for packages
by Dmitry Jemerov
· 10 years ago
a19e05b
update testdata
by Dmitry Jemerov
· 10 years ago
76e4d3c
parse included Markdown files to retrieve documentation for modules and packages
by Dmitry Jemerov
· 10 years ago
73bd875
more compact implementation of Markdown to content tree conversion
by Dmitry Jemerov
· 10 years ago
58d9e92
simplify MarkdownNodeClass a bit
by Dmitry Jemerov
· 10 years ago
ef11076
show absolute path of output directory
by Dmitry Jemerov
· 10 years ago
7b4c960
protect against compiler exceptions in resolveKDocLink():
by Dmitry Jemerov
· 10 years ago
92b0386
add skipDeprecated option in Ant task
by Dmitry Jemerov
· 10 years ago
67c7a94
restore lost space after type parameters of a property
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
bbb8a68
hide internal members from the documentation; understand @suppress tags in javadoc comments; don't show "Extension functions for external class" block if all extension functions for that class are hidden
by Dmitry Jemerov
· 10 years ago
2e0d47c
fix deprecated lambda syntax
by Dmitry Jemerov
· 10 years ago
262755d
missed library dependency
by Dmitry Jemerov
· 10 years ago
98d900e
remove unused library; split kotlin-compiler and kotlin-plugin libraries; fix Dokka artifact
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
2875380
update markdown.jar for new ABI version
by Dmitry Jemerov
· 10 years ago
f2b177e
show source locations for warnings
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
5497911
simplify a bit
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
Next »