-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #13202 from KacperFKorban/scaladoc/fix-13194
Ill formated codeblock
- Loading branch information
Showing
4 changed files
with
25 additions
and
6 deletions.
There are no files selected for viewing
17 changes: 17 additions & 0 deletions
17
scaladoc-testcases/src/tests/annotatedmarkdowncomment.scala
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
package tests.annotatedmarkdowncomment | ||
|
||
/** | ||
* | ||
* This comment should be correctly rendered. | ||
* | ||
* ```scala | ||
* @experimental | ||
* class NotExperimental extends Any | ||
* | ||
* @deprecated | ||
* def commentInSwedish: String = "kommentar" | ||
* ``` | ||
* | ||
* @syntax markdown | ||
*/ | ||
class Luokassa |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters