J2K: convert javadoc comments to kdoc

This commit is contained in:
Dmitry Jemerov
2015-03-03 18:29:42 +01:00
parent cbb8df954c
commit ac6a56761e
21 changed files with 448 additions and 11 deletions
@@ -0,0 +1,16 @@
/**
* We support the following HTML styles: <b>bold</b>, <i>italic</i>, <s>strikethrough</s>, <code>code</code>
* <p>Paragraph tags also work.</p>
* HTML entities (need to remain as is in Markdown): &amp; &lt; &gt; &quot;
* Made by <a href="http://www.jetbrains.com">JetBrains</a>
* <ul>
* <li>Kotlin</li>
* <li>Java</li>
* </ul>
* <ol>
* <li>First</li>
* <li>Second</li>
* </ol>
*/
public class C {
}