Age | Commit message (Expand) | Author |
2014-07-15 | Improve rendering of lambdas, escape html symbols. | Ilya Ryzhenkov |
2014-07-15 | Speed up analysis by not processing function bodies. | Ilya Ryzhenkov |
2014-07-15 | Cleanup | Ilya Ryzhenkov |
2014-07-15 | Filter non-user and non-public api | Ilya Ryzhenkov |
2014-07-15 | Format links and tables in markdown (hardcoded) | Ilya Ryzhenkov |
2014-07-15 | Progress logging | Ilya Ryzhenkov |
2014-07-15 | Cleaning, generalizing, added outline support (hardcoded yml for now) | Ilya Ryzhenkov |
2014-07-15 | Refactor formatting service to detach grouping logic from markup | Ilya Ryzhenkov |
2014-07-14 | Revert to md for now. | Ilya Ryzhenkov |
2014-07-14 | Use html extension for jekyll so that links work | Ilya Ryzhenkov |
2014-07-14 | Add jekyll format service | Ilya Ryzhenkov |
2014-07-14 | Add hasDescription property to skip description blocks when empty. | Ilya Ryzhenkov |
2014-07-14 | Refactor to multiple-nodes formatting, join content. | Ilya Ryzhenkov |
2014-07-14 | Refactor to multiple-nodes formatting, implement smarter markdown format serv... | Ilya Ryzhenkov |
2014-07-14 | Add documentation | Ilya Ryzhenkov |
2014-07-14 | Beautification and documentation. | Ilya Ryzhenkov |
2014-07-14 | Classpath support and custom module name from commandline | Ilya Ryzhenkov |
2014-07-14 | Custom name for a module. | Ilya Ryzhenkov |
2014-07-14 | Add renderName for formatting names of entities in lists, links, etc | Ilya Ryzhenkov |
2014-07-14 | Include JDK symbols. | Ilya Ryzhenkov |
2014-07-14 | Do not include block if no members, display description and summary. | Ilya Ryzhenkov |
2014-07-14 | Cleanup | Ilya Ryzhenkov |
2014-07-14 | Decompose summary and description for one-liners | Ilya Ryzhenkov |
2014-07-14 | Better type handling with substitution | Ilya Ryzhenkov |
2014-07-14 | Support functional type syntax in Kotlin generator | Ilya Ryzhenkov |
2014-07-14 | Suppress resolve verification while working on markup and generation. | Ilya Ryzhenkov |
2014-07-14 | Stop spamming console in FileGenerator. | Ilya Ryzhenkov |
2014-07-14 | Render signature with markdown code | Ilya Ryzhenkov |
2014-07-14 | Get members scope for packages from PacakgeViews | Ilya Ryzhenkov |
2014-07-14 | Migrate to PackageView processing to unify all package fragments into single ... | Ilya Ryzhenkov |
2014-07-14 | Location services, formatting services, initial self-documentation output. | Ilya Ryzhenkov |
2014-07-12 | Support enums in model | Ilya Ryzhenkov |
2014-07-12 | Sort members by name for output. | Ilya Ryzhenkov |
2014-07-12 | Do not fail if source is not found, there are lots of generated items. | Ilya Ryzhenkov |
2014-07-12 | Add modifiers to signature generation | Ilya Ryzhenkov |
2014-07-12 | Process Modality (final, open, abstract) and Visibility (public, protected, i... | Ilya Ryzhenkov |
2014-07-12 | Fix processing properties with receivers. | Ilya Ryzhenkov |
2014-07-12 | Add JavaSignatureGenerator (no properties or ojects yet) | Ilya Ryzhenkov |
2014-07-12 | Implement KotlinSignatureGenerator to render nodes back into text in Kotlin s... | Ilya Ryzhenkov |
2014-07-12 | Add signature generator classes, refactor classes into files and nested enums. | Ilya Ryzhenkov |
2014-07-12 | Add test for multiple files generating multiple package nodes, rename nodes->... | Ilya Ryzhenkov |
2014-07-12 | Add test and fix ${long section} format. | Ilya Ryzhenkov |
2014-07-12 | Store descriptors instead of resolution scopes, rename Model -> Module | Ilya Ryzhenkov |
2014-07-12 | Implement section parsing. | Ilya Ryzhenkov |
2014-07-12 | Convert string doc to structured DocumentationContent | Ilya Ryzhenkov |
2014-07-12 | Do not generate empty sections in console output. | Ilya Ryzhenkov |
2014-07-12 | Do not reused UpperBound, use explicit Type instead. | Ilya Ryzhenkov |
2014-07-12 | Simplify comment trimming. | Ilya Ryzhenkov |
2014-07-12 | Fix tests after adding type/upperbound information to model. | Ilya Ryzhenkov |
2014-07-12 | Implement resolution scope chaining for all scopes except imported packages. | Ilya Ryzhenkov |