index
:
github/dokka.git
fix-package-links
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
Formats
Age
Commit message (
Collapse
)
Author
2014-10-13
Remove BindingContext and migrate to ResolveSession, discover symbols for ↵
Ilya Ryzhenkov
{code ...} directive.
2014-10-13
Fixing formats and started work on inline function body.
Ilya Ryzhenkov
2014-10-13
Parse and format inline code, fix strong & emph formatting.
Ilya Ryzhenkov
2014-10-10
Formatter for Kotlin website added
kisenka
2014-10-10
Added necessary newline after YAML Frontmatter section in Jekyll formatter
kisenka
2014-10-10
Fix code block formating in Markdown formatter
kisenka
2014-10-10
Fix Markdown table syntax.
kisenka
2014-10-10
Make Jekyll formatter extendable
kisenka
2014-10-03
Resolve links in docs.
Ilya Ryzhenkov
2014-10-03
Cross-reference links on types, relative locations.
Ilya Ryzhenkov
2014-10-03
Language Service now formats to ContentNode instead of String.
Ilya Ryzhenkov
2014-10-03
Work on cross-references.
Ilya Ryzhenkov
2014-09-29
Fix rendering
Ilya Ryzhenkov
2014-09-29
Extract content model, make doc model independent from descriptors, parse ↵
Ilya Ryzhenkov
doccomments with custom parser, some tests failing due to hanging new lines.
2014-09-25
Markdown, sections, styles and lots more.
Ilya Ryzhenkov
2014-09-19
Convert content to RichString and establish resolution service for links.
Ilya Ryzhenkov
2014-08-21
LinkedHashMap is now default for groupBy in stdlib.
Ilya Ryzhenkov
2014-07-15
Support tables in formatters and add proper escaping of html
Ilya Ryzhenkov
2014-07-15
Improve rendering of lambdas, escape html symbols.
Ilya Ryzhenkov
2014-07-15
Format links and tables in markdown (hardcoded)
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
Refactor to multiple-nodes formatting, implement smarter markdown format ↵
Ilya Ryzhenkov
service.
2014-07-14
Beautification and documentation.
Ilya Ryzhenkov
2014-07-14
Do not include block if no members, display description and summary.
Ilya Ryzhenkov
2014-07-14
Render signature with markdown code
Ilya Ryzhenkov
2014-07-14
Location services, formatting services, initial self-documentation output.
Ilya Ryzhenkov