@@ -384,12 +384,12 @@ export const enum TSDocMessageId {
384
384
385
385
// Exposed via TSDocConfiguration.allTsdocMessageIds()
386
386
export const allTsdocMessageIds : string [ ] = [
387
+ // To make comparisons easy, keep these in the same order as the enum above:
387
388
'tsdoc-config-file-not-found' ,
388
389
'tsdoc-config-unsupported-schema' ,
389
390
'tsdoc-config-schema-error' ,
390
391
'tsdoc-config-cyclic-extends' ,
391
392
'tsdoc-config-unresolved-extends' ,
392
-
393
393
'tsdoc-comment-not-found' ,
394
394
'tsdoc-comment-missing-opening-delimiter' ,
395
395
'tsdoc-comment-missing-closing-delimiter' ,
@@ -403,15 +403,18 @@ export const allTsdocMessageIds: string[] = [
403
403
'tsdoc-tag-should-not-have-braces' ,
404
404
'tsdoc-unsupported-tag' ,
405
405
'tsdoc-undefined-tag' ,
406
+ 'tsdoc-param-tag-with-invalid-type' ,
407
+ 'tsdoc-param-tag-with-invalid-optional-name' ,
406
408
'tsdoc-param-tag-with-invalid-name' ,
407
409
'tsdoc-param-tag-missing-hyphen' ,
408
410
'tsdoc-unnecessary-backslash' ,
409
411
'tsdoc-missing-tag' ,
410
412
'tsdoc-at-sign-in-word' ,
411
413
'tsdoc-at-sign-without-tag-name' ,
412
414
'tsdoc-malformed-inline-tag' ,
415
+ 'tsdoc-characters-after-block-tag' ,
413
416
'tsdoc-malformed-tag-name' ,
414
- 'tsdoc-text -after-tag' ,
417
+ 'tsdoc-characters -after-inline -tag' ,
415
418
'tsdoc-inline-tag-missing-right-brace' ,
416
419
'tsdoc-inline-tag-unescaped-brace' ,
417
420
'tsdoc-inheritdoc-tag-syntax' ,
0 commit comments