File tree Expand file tree Collapse file tree 2 files changed +0
-6
lines changed
compiler/src/dotty/tools/dotc/util
language-server/test/dotty/tools/languageserver Expand file tree Collapse file tree 2 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -117,7 +117,6 @@ object ParsedComment {
117
117
" @throws" -> TagFormatter (" Throws" , toDescriptionList),
118
118
" @see" -> TagFormatter (" See Also" , toMarkdownList),
119
119
" @example" -> TagFormatter (" Examples" , toCodeFences(" scala" )),
120
- " @usecase" -> TagFormatter (" Usecases" , toCodeFences(" scala" )),
121
120
" @note" -> TagFormatter (" Note" , toMarkdownList),
122
121
" @author" -> TagFormatter (" Authors" , toMarkdownList),
123
122
" @since" -> TagFormatter (" Since" , toMarkdownList),
Original file line number Diff line number Diff line change @@ -153,11 +153,6 @@ class HoverTest {
153
153
| myFoo.bar[Int, String](0, "hello, world")
154
154
| ```
155
155
|
156
- |**Usecases**
157
- | - ```scala
158
- | def bar(fizz: Int, buzz: String): Any
159
- | ```
160
- |
161
156
|**Note**
162
157
| - A note
163
158
|
You can’t perform that action at this time.
0 commit comments