Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
dokka
/
513af27ac95939e659d337b02d94b096bad7d970
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
· 10 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
0cab60b
update dokka and intellij-markdown to latest Kotlin changes
by Dmitry Jemerov
· 10 years ago
e97dba6
special case to ensure that we find base class documentation for stdlib classes that override equals/hashCode/toString
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
e961960
use custom 'docref' attribute to represent doc link destination instead o marking href with ##
by Dmitry Jemerov
· 10 years ago
fe09a26
report number of warnings after generation
by Dmitry Jemerov
· 10 years ago
feed201
option to exclude deprecated members from generated documentation
by Dmitry Jemerov
· 10 years ago
0427adc
don't report constructor as undocumented if its containing class is deprecated
by Dmitry Jemerov
· 10 years ago
94d8cc0
don't include members in documentation if they have @suppress tag
by Dmitry Jemerov
· 10 years ago
5f78f83
report warnings for missing documentation and unresolved links
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
3169249
linkify type names in type parameter constraints
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
467fe55
properties don't have value parameters, no need to include them in the 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
78a8fb9
don't generate 'open' modifier for constructors
by Dmitry Jemerov
· 10 years ago
6af51fd
fix link resolution with other variants of the javadoc PSI structure
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
4494fd0
allow applying different styles to different kinds of identifiers
by Dmitry Jemerov
· 10 years ago
4b61be3
don't generate redundant links that lead to the same page with no anchor (e.g. receiver type in extension functions)
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
44cef5c
syntax highlight code examples
by Dmitry Jemerov
· 10 years ago
4f59034
separate sections for extension properties and extension functions
by Dmitry Jemerov
· 10 years ago
146764a
stop generating separate pages for property accessors
by Dmitry Jemerov
· 10 years ago
1e74c64
don't generate links to builtin types in signatures
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
6714d65
include receiver type and parameter types in the signature of a property
by Dmitry Jemerov
· 10 years ago
6459ec0
in a qualified name, when we've reached a class, resolve lower-level members in the member scope of the class, not in its outer scope (otherwise we sometimes show a wrong function in @sample instead of showing that it's unresolved)
by Dmitry Jemerov
· 10 years ago
86a6db8
fix formatting of overloads on kotlin website
by Dmitry Jemerov
· 10 years ago
f90ee50
fix formatting of signatures in Kotlin web site
by Dmitry Jemerov
· 10 years ago
7003ad8
fix formatting of "deprecated" notice in markdown
by Dmitry Jemerov
· 10 years ago
51aba13
fix formatting of strikethrough on Kotlin website
by Dmitry Jemerov
· 10 years ago
5ae9588
fix formatting of code blocks on kotlin website
by Dmitry Jemerov
· 10 years ago
9849287
use correct extension in links for jekyll and kotlin-website docs
by Dmitry Jemerov
· 10 years ago
8ae8cb7
fix stdlib run configuration
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
184a24c
resolve references through single map from signature to DocumentationNode (enables cross-language references)
by Dmitry Jemerov
· 10 years ago
29e48dc
identify nodes by string signarture, not by descriptor object
by Dmitry Jemerov
· 10 years ago
6306862
use Kotlin style types in element signatures
by Dmitry Jemerov
· 10 years ago
a60d8ba
understand @deprecated tag in javadoc
by Dmitry Jemerov
· 10 years ago
Next »