|
26 | 26 | ////}
|
27 | 27 | ////jsDocM/*4q*/ultiLine(/*4*/);
|
28 | 28 | ////
|
29 |
| -/////** this is multiple line jsdoc stule comment |
| 29 | +/////** multiple line jsdoc comments no longer merge |
30 | 30 | ////*New line1
|
31 | 31 | ////*New Line2*/
|
32 | 32 | /////** Shoul mege this line as well
|
|
99 | 99 | //// return /*18*/a + b;
|
100 | 100 | ////}
|
101 | 101 | /////*15*/s/*16q*/um(/*16*/10, /*17*/20);
|
102 |
| -/////** This is multiplication function*/ |
103 |
| -/////** @param */ |
104 |
| -/////** @param a first number*/ |
105 |
| -/////** @param b */ |
106 |
| -/////** @param c { |
107 |
| -//// @param d @anotherTag*/ |
108 |
| -/////** @param e LastParam @anotherTag*/ |
| 102 | +/////** This is multiplication function |
| 103 | +//// * @param |
| 104 | +//// * @param a first number |
| 105 | +//// * @param b |
| 106 | +//// * @param c { |
| 107 | +//// @param d @anotherTag |
| 108 | +//// * @param e LastParam @anotherTag*/ |
109 | 109 | ////function multiply(/*19aq*/a: number, /*20aq*/b: number, /*21aq*/c?: number, /*22aq*/d?, /*23aq*/e?) {
|
110 | 110 | ////}
|
111 | 111 | ////mult/*19q*/iply(/*19*/10,/*20*/ 20,/*21*/ 30, /*22*/40, /*23*/50);
|
@@ -214,26 +214,26 @@ verify.quickInfoAt("3q", "function jsDocSingleLine(): void", "this is eg of sing
|
214 | 214 | verify.signatureHelp({ marker: "4", docComment: "this is multiple line jsdoc stule comment\nNew line1\nNew Line2" });
|
215 | 215 | verify.quickInfoAt("4q", "function jsDocMultiLine(): void", "this is multiple line jsdoc stule comment\nNew line1\nNew Line2");
|
216 | 216 |
|
217 |
| -verify.signatureHelp({ marker: "5", docComment: "this is multiple line jsdoc stule comment\nNew line1\nNew Line2\nShoul mege this line as well\nand this too\nAnother this one too" }); |
218 |
| -verify.quickInfoAt("5q", "function jsDocMultiLineMerge(): void", "this is multiple line jsdoc stule comment\nNew line1\nNew Line2\nShoul mege this line as well\nand this too\nAnother this one too"); |
| 217 | +verify.signatureHelp({ marker: "5", docComment: "Another this one too" }); |
| 218 | +verify.quickInfoAt("5q", "function jsDocMultiLineMerge(): void", "Another this one too"); |
219 | 219 |
|
220 | 220 | verify.signatureHelp({ marker: "6", docComment: "jsdoc comment" });
|
221 | 221 | verify.quickInfoAt("6q", "function jsDocMixedComments1(): void", "jsdoc comment");
|
222 | 222 |
|
223 |
| -verify.signatureHelp({ marker: "7", docComment: "jsdoc comment\nanother jsDocComment" }); |
224 |
| -verify.quickInfoAt("7q", "function jsDocMixedComments2(): void", "jsdoc comment\nanother jsDocComment"); |
| 223 | +verify.signatureHelp({ marker: "7", docComment: "another jsDocComment" }); |
| 224 | +verify.quickInfoAt("7q", "function jsDocMixedComments2(): void", "another jsDocComment"); |
225 | 225 |
|
226 |
| -verify.signatureHelp({ marker: "8", docComment: "jsdoc comment\n* triplestar jsDocComment" }); |
227 |
| -verify.quickInfoAt("8q", "function jsDocMixedComments3(): void", "jsdoc comment\n* triplestar jsDocComment"); |
| 226 | +verify.signatureHelp({ marker: "8", docComment: "* triplestar jsDocComment" }); |
| 227 | +verify.quickInfoAt("8q", "function jsDocMixedComments3(): void", "* triplestar jsDocComment"); |
228 | 228 |
|
229 |
| -verify.signatureHelp({ marker: "9", docComment: "jsdoc comment\nanother jsDocComment" }); |
230 |
| -verify.quickInfoAt("9q", "function jsDocMixedComments4(): void", "jsdoc comment\nanother jsDocComment"); |
| 229 | +verify.signatureHelp({ marker: "9", docComment: "another jsDocComment" }); |
| 230 | +verify.quickInfoAt("9q", "function jsDocMixedComments4(): void", "another jsDocComment"); |
231 | 231 |
|
232 |
| -verify.signatureHelp({ marker: "10", docComment: "jsdoc comment\nanother jsDocComment" }); |
233 |
| -verify.quickInfoAt("10q", "function jsDocMixedComments5(): void", "jsdoc comment\nanother jsDocComment"); |
| 232 | +verify.signatureHelp({ marker: "10", docComment: "another jsDocComment" }); |
| 233 | +verify.quickInfoAt("10q", "function jsDocMixedComments5(): void", "another jsDocComment"); |
234 | 234 |
|
235 |
| -verify.signatureHelp({ marker: "11", docComment: "another jsDocComment\njsdoc comment" }); |
236 |
| -verify.quickInfoAt("11q", "function jsDocMixedComments6(): void", "another jsDocComment\njsdoc comment"); |
| 235 | +verify.signatureHelp({ marker: "11", docComment: "jsdoc comment" }); |
| 236 | +verify.quickInfoAt("11q", "function jsDocMixedComments6(): void", "jsdoc comment"); |
237 | 237 |
|
238 | 238 | verify.signatureHelp({ marker: "12", docComment: "" });
|
239 | 239 | verify.quickInfoAt("12q", "function noHelpComment1(): void");
|
|
0 commit comments