- 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
- 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
- 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
- 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
- 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
- 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
- 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
- c5e98b1 fix links to supertypes 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
- 3fe73a9 handle parenthesis tokens in markdown by Dmitry Jemerov · 10 years ago
- b78e3bb handle code spans in markdown by Dmitry Jemerov · 10 years ago
- 0783f6f Ant task for Dokka 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
- 599f32d fix comment test on Windows agents 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
- 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
- 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
- 6d23430 don't show methods as open if their containing class is final 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
- 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
- 370b391 Merge branch 'master' into enum-members 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
- c4f40a0 better display for enum members by Dmitry Jemerov · 10 years ago
- 5dbadfe Update to the latest Kotlin compiler API by Alexander Udalov · 10 years ago
- e17eaa5 nice rendering for deprecated members by Dmitry Jemerov · 10 years ago
- 4b0dcee generate ExternalClass nodes to hold extension functions and properties for classes from other packages by Dmitry Jemerov · 10 years ago
- 7fbff24 use JUnit for compares; avoid generating trailing whitespace in markdown by Dmitry Jemerov · 10 years ago
- a03a2cc remove some redundant code by Dmitry Jemerov · 10 years ago
- 69dd298 support and render annotation parameters by Dmitry Jemerov · 10 years ago
- 716483c render annotation classes correctly by Dmitry Jemerov · 10 years ago
- 0e70fa4 render annotations by Dmitry Jemerov · 10 years ago
- ef51f7e annotations work in progress by Dmitry Jemerov · 10 years ago
- 3fc3e33 fix formatting of overload signatures by Dmitry Jemerov · 10 years ago
- feca80b add test for html escaping; fix special characters eaten from output by Dmitry Jemerov · 10 years ago
- 8ef6818 more correct formatting of Markdown tables by Dmitry Jemerov · 10 years ago
- 2016ba9 render class object properties and functions by Dmitry Jemerov · 10 years ago
- cedaeb4 put class object functions and properties in main class block by Dmitry Jemerov · 10 years ago
- c43a437 don't generate "Description" header if nothing is going to follow it by Dmitry Jemerov · 10 years ago
- badba07 Fix trailing EOL breaking markdown parser, remove multi-doc test as unsupported. by Ilya Ryzhenkov · 10 years ago
- 40f64f3 Remove one line sections tests. by Ilya Ryzhenkov · 10 years ago
- bd6cddd Process short links. by Ilya Ryzhenkov · 10 years ago
- c9ca0d8 Migrate to non-PsiBuilder fully-featured markdown parser. by Ilya Ryzhenkov · 10 years ago
- 280dc29 Use module.md to get package descriptors, filter sections with names of members, fix markdown for kotlin website, propagate content from parent to child with the name of section. by Ilya Ryzhenkov · 10 years ago
- 1cb3af9 Remove BindingContext and migrate to ResolveSession, discover symbols for {code ...} directive. by Ilya Ryzhenkov · 10 years ago
- 4984488 Parse directives in the form of {directive params}. Parse colons in text. by Ilya Ryzhenkov · 10 years ago
- 2ebfb98 Fix generation, add memory. by Ilya Ryzhenkov · 10 years ago