minor: fix for intelijidea violation of tab usage
This commit is contained in:
parent
92240f2a52
commit
5da6474587
|
|
@ -42,7 +42,7 @@ public class MyClass {
|
|||
</p>
|
||||
Attention that java comment starts with <code>/*</code>, following with Identificator of comment type. Javadoc Identificator is <code>*</code>. All symbols after Javadoc Identificator till <code>*/</code> are part of javadoc comment.
|
||||
<p>Please not that javadoc-like comment inside a method is not a javadoc comment and skiped by
|
||||
Sun/Oracle javadoc tool and by our parser.
|
||||
Sun/Oracle javadoc tool and by our parser.
|
||||
</p>
|
||||
<p>In internet you can find different types of documentation
|
||||
generation tools similar to javadoc. Such tools rely on specific Identificator: "!", "#", "$".
|
||||
|
|
|
|||
Loading…
Reference in New Issue