Files
kotlin-fork/j2k/testData/fileOrElement/docComments/htmlInDocComment.kt
T
2015-03-03 18:31:30 +01:00

16 lines
329 B
Kotlin

/**
* We support the following HTML styles: **bold**, *italic*, ~~strikethrough~~, `code`
*
* Paragraph tags also work.
* HTML entities (need to remain as is in Markdown): & < > "
* Made by [JetBrains](http://www.jetbrains.com)
*
* * Kotlin
* * Java
*
*
* 1. First
* 1. Second
*
*/
public class C