Hi. Why when I write comments for documentation (/** .... */) the text I write stops when a dot (.) is encountered? How can I write more sentences that will be displayed in the docs?


1 2 3 4 5 6 7 8 9 | /** one-liner */ /** * line 1 * line 2 * multi-liner */ // one line limited (carriage return ends commented line) |
1 | /** |