diff options
author | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-12-15 20:54:16 +0300 |
---|---|---|
committer | Ilya Ryzhenkov <orangy@jetbrains.com> | 2014-12-15 20:54:16 +0300 |
commit | c9ca0d86e810ac7240b249b145810f6862a58e93 (patch) | |
tree | 3ec593c2bcb6e54b9c5732b47445c5404caf09a1 /README.md | |
parent | bf6696b193d6a08d1d6c79d4c8e2a0564a286d7e (diff) | |
download | dokka-c9ca0d86e810ac7240b249b145810f6862a58e93.tar.gz dokka-c9ca0d86e810ac7240b249b145810f6862a58e93.tar.bz2 dokka-c9ca0d86e810ac7240b249b145810f6862a58e93.zip |
Migrate to non-PsiBuilder fully-featured markdown parser.
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -84,4 +84,4 @@ KDoc is a flavour of markdown with symbol processing extensions. * \[name\] - link to `name` (markdown style) * $name - link to `name` (Kotlin string interpolation style), or ${java.lang.String} for longer references * $name: - named section, optionally bound to symbol `name`, e.g. param doc -* !{reference} -- include content of a file or symbol denoted by reference, e.g. code example +* ${code reference} -- include content of a symbol denoted by reference, e.g. code example |