mirror of
https://gitflic.ru/project/openide/openide.git
synced 2025-12-17 07:20:53 +07:00
Fixes IDEA-354610, IDEA-353932 Partially addresses IDEA-352642 fix(JavaDoc-format): handle indent on markdown fix(JavaDoc-backport): fix compilation GitOrigin-RevId: 5d1705da21be59ec0bc92a1b35bdf986a3227064
8 lines
101 B
Java
8 lines
101 B
Java
/**
|
|
* <pre><code>
|
|
* @Service
|
|
* public class TestService {}
|
|
* </code></pre>
|
|
*/
|
|
class Main {
|
|
} |