- 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
- 11355ce Convert visitors to top-down builder by Ilya Ryzhenkov · 10 years ago
- 71cd87e Resolve links in docs. by Ilya Ryzhenkov · 10 years ago
- d6fd045 Cross-reference links on types, relative locations. by Ilya Ryzhenkov · 10 years ago
- 1835f2f ## Extract content model, make doc model independent from descriptors, parse doccomments with custom parser, some tests failing due to hanging new lines. by Ilya Ryzhenkov · 10 years ago
- 778e2b3 Extract content model, make doc model independent from descriptors, parse doccomments with custom parser, some tests failing due to hanging new lines. by Ilya Ryzhenkov · 10 years ago
- 2e3dc23 Continue markdown processing by Ilya Ryzhenkov · 10 years ago
- 5894bf2 Add generated parser, lexer and some tests. by Ilya Ryzhenkov · 10 years ago
- f7bab78 Markdown, sections, styles and lots more. by Ilya Ryzhenkov · 10 years ago
- 54dee60 Update tests to work with RichString. by Ilya Ryzhenkov · 10 years ago
- d25b896 Add DocumentationOptions to support non-public API docs (used in tests) by Ilya Ryzhenkov · 11 years ago
- 6217709 Add ignored test for mixed Java + Kotlin by Ilya Ryzhenkov · 11 years ago
- c2c0910 Fix tests by Ilya Ryzhenkov · 11 years ago
- 68d3bc8 Beautification and documentation. by Ilya Ryzhenkov · 11 years ago
- 1aa62f8 Classpath support and custom module name from commandline by Ilya Ryzhenkov · 11 years ago
- 08e6900 Migrate to PackageView processing to unify all package fragments into single item. by Ilya Ryzhenkov · 11 years ago
- 6168541 Support enums in model by Ilya Ryzhenkov · 11 years ago
- e0acbb5 Add modifiers to signature generation by Ilya Ryzhenkov · 11 years ago
- a77f01b Process Modality (final, open, abstract) and Visibility (public, protected, internal, private) by Ilya Ryzhenkov · 11 years ago
- 372ab94 Implement KotlinSignatureGenerator to render nodes back into text in Kotlin syntax. by Ilya Ryzhenkov · 11 years ago
- 52deaf7 Add signature generator classes, refactor classes into files and nested enums. by Ilya Ryzhenkov · 11 years ago
- 9ebe897 Add test for multiple files generating multiple package nodes, rename nodes->members in Module by Ilya Ryzhenkov · 11 years ago
- 16391dd Add test and fix ${long section} format. by Ilya Ryzhenkov · 11 years ago
- a600080 Store descriptors instead of resolution scopes, rename Model -> Module by Ilya Ryzhenkov · 11 years ago
- a83488a Implement section parsing. by Ilya Ryzhenkov · 11 years ago
- d627d2c Convert string doc to structured DocumentationContent by Ilya Ryzhenkov · 11 years ago
- 5b24912 Fix tests after adding type/upperbound information to model. by Ilya Ryzhenkov · 11 years ago
- e155d10 Implement resolution scope chaining for all scopes except imported packages. by Ilya Ryzhenkov · 11 years ago
- 046265e Add Owner references, cleanup by Ilya Ryzhenkov · 11 years ago
- 2f4e56d Implement symbol resolution for function body context, class type parameters, add code that checks that all details are resolved. by Ilya Ryzhenkov · 11 years ago
- 1fc5f50 Create resolution scopes for all entities to resolve names inside doc-comments. by Ilya Ryzhenkov · 11 years ago
- cec0fc9 Support functions with receivers. by Ilya Ryzhenkov · 11 years ago
- 09935fc Support type parameter constraints as type parameter details. by Ilya Ryzhenkov · 11 years ago
- b511259 Support type parameters for functions and classes. by Ilya Ryzhenkov · 11 years ago
- c0f820f Test for docs on parameters, cleanup. by Ilya Ryzhenkov · 11 years ago
- a8e59d7 Add tests for comment extraction, support one-line and mutliple joined doc-comments. by Ilya Ryzhenkov · 11 years ago
- 6afd7af Migrate tests to org.jetbrains.dokka by Ilya Ryzhenkov · 11 years ago
- 044308b Complete package migration and move files into folders. by Ilya Ryzhenkov · 11 years ago
- 8a4dad4 Move everything to org.jetbrains.dokka package. by Ilya Ryzhenkov · 11 years ago
- eb29037 Add support for objects. by Ilya Ryzhenkov · 11 years ago
- f2f6fd9 Add top level property tests. by Ilya Ryzhenkov · 11 years ago
- cc00889 Process properties in classes without accessors by Ilya Ryzhenkov · 11 years ago
- e4a6e2d Use more structural approach to testing using with(node) { ... } by Ilya Ryzhenkov · 11 years ago
- ea6da14 Update test to relevant data and fix retrieval of real (not synthetic) members. by Ilya Ryzhenkov · 11 years ago
- 451b678 Add processing of classes into model. by Ilya Ryzhenkov · 11 years ago
- 73316ee Rename verifyFiles to verifyModel by Ilya Ryzhenkov · 11 years ago
- 484ec26 Add tests for packages, implement simple comment text extraction, build model for functions and parameters. by Ilya Ryzhenkov · 11 years ago
- 35b64fb Build model using recursive visitor, include packages in model, add test for function with parameters, unify model and node. by Ilya Ryzhenkov · 11 years ago
- c540bc2 Building model from nodes with references. by Ilya Ryzhenkov · 11 years ago
- deae3bf Bootstrapped TDD, first test red then green. by Ilya Ryzhenkov · 11 years ago
- 044e1b8 Setup test framework and empty DocumentationModel to kickstart test development. by Ilya Ryzhenkov · 11 years ago
- 9fec3e1 Add primitive KDoc extraction by descriptor. by Ilya Ryzhenkov · 11 years ago
- ba96795 Improving API, setting up playground, preparing for processing data. by Ilya Ryzhenkov · 11 years ago
- bdbdbd8 Primitive API for analysing JetFile in BindingContext. by Ilya Ryzhenkov · 11 years ago
- 7f6961a Add junit, setup test folders, add test/data/function.kt for initial model building without dependencies. by Ilya Ryzhenkov · 11 years ago