Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
dokka
/
bfe53b9ea3359baee1785c2f6291bb5408597e28
bfe53b9
resolve content links to declaration descriptors immediately during markdown to content tree conversion; remove separate phase for resolving links in content
by Dmitry Jemerov
· 10 years ago
69c3638
more generic and simple concept of pending links
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
c28923c
recompile markdown.jar with kotlin plugin 0.10.950
by Dmitry Jemerov
· 10 years ago
4c6cbfa
ignore SuppressWarnings annotations
by Dmitry Jemerov
· 10 years ago
76e0db0
API to create simple text nodes more easily
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
15e95f1
exclude private members
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
2527b96
extract source links to non-Kotlin-specific part
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
0544db0
map array types to Kotlin
by Dmitry Jemerov
· 10 years ago
181418c
process implements and extends list of Java classes
by Dmitry Jemerov
· 10 years ago
acb49b4
process modifiers of Java elements
by Dmitry Jemerov
· 10 years ago
7697bed
initial implementation of JavaDocumentationBuilder
by Dmitry Jemerov
· 10 years ago
4a4601d
buildContent/buildContentTo don't need to be extension functions of DocumentationBuilder
by Dmitry Jemerov
· 10 years ago
4a018fa
allow multiple builders to provide package nodes; move some kotlin-independent logic to DocumentationNode
by Dmitry Jemerov
· 10 years ago
ba58510
delete some dead code
by Dmitry Jemerov
· 10 years ago
f2fd617
tests use the same implementation of DocumentationModule building logic as production code
by Dmitry Jemerov
· 10 years ago
f3bed40
process bracket tokens in markdown
by Dmitry Jemerov
· 10 years ago
5b8da98
add kotlin.reflect to shared run configuration
by Dmitry Jemerov
· 10 years ago
c5e98b1
fix links to supertypes
by Dmitry Jemerov
· 10 years ago
ebbf265
much nicer html output for overloads
by Dmitry Jemerov
· 10 years ago
a187baa
consider ContentNodeLink nodes to be equal if they point to nodes with the same name (so that links to parameters with the same name in different overloads would still allow grouping)
by Dmitry Jemerov
· 10 years ago
550efc2
a bit of dead code
by Dmitry Jemerov
· 10 years ago
e1a3884
more sane handling of overloads: don't duplicate signatures, show all documentation of a group of overloads with exactly the same documentation together
by Dmitry Jemerov
· 10 years ago
0d0fc1f
distinguish ContentBlock (a ContentNode that has children) from leaf nodes
by Dmitry Jemerov
· 10 years ago
9207523
fix handling of triple backticks
by Dmitry Jemerov
· 10 years ago
f93ff9c
correctly render bounds of type parameters in declarations
by Dmitry Jemerov
· 10 years ago
25592f5
correctly render @see links
by Dmitry Jemerov
· 10 years ago
0b6f2b2
make sure that file names generated from identifiers are unique on case-insensitive file systems
by Dmitry Jemerov
· 10 years ago
e9c1e35
fix handling of @sample links after kdoc PSI changes
by Dmitry Jemerov
· 10 years ago
7c86b3d
add path variable for Kotlin plugin
by Dmitry Jemerov
· 10 years ago
8036ed4
fix dokka compilation after API change
by Dmitry Jemerov
· 10 years ago
3fe73a9
handle parenthesis tokens in markdown
by Dmitry Jemerov
· 10 years ago
b78e3bb
handle code spans in markdown
by Dmitry Jemerov
· 10 years ago
0e76eed
use getResolutionScope() from plugin; use simpler way to resolve descriptor in scope; rename @code tag to @sample
by Dmitry Jemerov
· 10 years ago
4ed5b2e
use code from Kotlin plugin for resolving references in KDoc; delete some dead code
by Dmitry Jemerov
· 10 years ago
da1b31b
Merge pull request #19 from orangy/ant-task
by Dmitry Jemerov
· 10 years ago
1602b0f
cleanup after rebase
by Dmitry Jemerov
· 10 years ago
c12704b
remove some logging which is no longer needed
by Dmitry Jemerov
· 10 years ago
f338bc0
support source links in the Ant task
by Dmitry Jemerov
· 10 years ago
0783f6f
Ant task for Dokka
by Dmitry Jemerov
· 10 years ago
b5286f5
Merge pull request #24 from orangy/sections-rewrite
by Dmitry Jemerov
· 10 years ago
0fac1d9
code review
by Dmitry Jemerov
· 10 years ago
bfd9ffd
load sections from KDoc PSI, not through Markdown extensions
by Dmitry Jemerov
· 10 years ago
b55b258
delete TextFormatService as it's too limited to be of any use
by Dmitry Jemerov
· 10 years ago
599f32d
fix comment test on Windows agents
by Dmitry Jemerov
· 10 years ago
db6f8c0
fix tests after merge
by Dmitry Jemerov
· 10 years ago
18bd85c
Merge pull request #22 from orangy/broken-links
by Dmitry Jemerov
· 10 years ago
0f7f49d
Merge branch 'page-titles'
by Dmitry Jemerov
· 10 years ago
5eab453
Merge pull request #23 from orangy/html-outline
by Dmitry Jemerov
· 10 years ago
29d0822
remove unnecessary println()
by Dmitry Jemerov
· 10 years ago
4591cbc
use same code for calculating page titles in HTML and Jekyll
by Dmitry Jemerov
· 10 years ago
82de230
refactor outline generation; generate HTML outline
by Dmitry Jemerov
· 10 years ago
d093fc1
don't generate broken links if a doc comment references an unresolved symbol
by Dmitry Jemerov
· 10 years ago
4b75751
generate page titles in HTML output
by Dmitry Jemerov
· 10 years ago
d75cc63
normalizing line breaks cont'd
by Dmitry Jemerov
· 10 years ago
555caef
Merge branch 'accessor-signature'
by Dmitry Jemerov
· 10 years ago
807451f
Merge branch 'defaut-param-values'
by Dmitry Jemerov
· 10 years ago
77c1f53
Merge branch 'source-links'
by Dmitry Jemerov
· 10 years ago
cfc0348
Merge branch 'property-var'
by Dmitry Jemerov
· 10 years ago
fac6872
use .split(); fix TestAPI compilation
by Dmitry Jemerov
· 10 years ago
03d942b
show signatures for accessors
by Dmitry Jemerov
· 10 years ago
f36d9b0
show default values of parameters in generated documentation
by Dmitry Jemerov
· 10 years ago
6146fa8
generate source links in the documentation
by Dmitry Jemerov
· 10 years ago
60e610e
Merge pull request #14 from orangy/override-link
by Dmitry Jemerov
· 10 years ago
faad901
correcty distinguish 'val' and 'var' properties
by Dmitry Jemerov
· 10 years ago
0dd5ea3
link overriding functions to the corresponding base class functions
by Dmitry Jemerov
· 10 years ago
cd21e1f
Merge pull request #13 from orangy/not-open
by Dmitry Jemerov
· 10 years ago
6d23430
don't show methods as open if their containing class is final
by Dmitry Jemerov
· 10 years ago
ec6fcb4
Merge pull request #12 from orangy/varargs
by Dmitry Jemerov
· 10 years ago
2e277ba
correcty represent vararg parameters
by Dmitry Jemerov
· 10 years ago
891cc85
Merge pull request #11 from orangy/enum-members
by Dmitry Jemerov
· 10 years ago
19ec79c
fix compilation (new kotlin package)
by Dmitry Jemerov
· 10 years ago
1ce5373
code review and fix tests on Windows build agents
by Dmitry Jemerov
· 10 years ago
1b5f12b
Process directives, implement "code" directive.
by Ilya Ryzhenkov
· 10 years ago
d33f5b8
don't show constructors for enum entries
by Dmitry Jemerov
· 10 years ago
370b391
Merge branch 'master' into enum-members
by Dmitry Jemerov
· 10 years ago
75e1f85
Merge branch 'udalov-jet'
by Dmitry Jemerov
· 10 years ago
7158019
Merge branch 'jet' of https://github.com/udalov/dokka into udalov-jet
by Dmitry Jemerov
· 10 years ago
0c584d0
enum values continued
by Dmitry Jemerov
· 10 years ago
Next »