-
Notifications
You must be signed in to change notification settings - Fork 591
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Slice Doc-Comment Validation for Operation Only Tags and
@see
…
… Tags. (#3198)
- Loading branch information
1 parent
1f5003d
commit 1d22999
Showing
3 changed files
with
91 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,9 @@ | ||
WarningInvalidComment.ice:10: warning: ignoring unknown doc tag '@remarks' in comment | ||
WarningInvalidComment.ice:10: warning: '@see' tags cannot span multiple lines and must be of the form: '@see identifier' | ||
WarningInvalidComment.ice:10: warning: ignoring unknown doc tag '@bad' in comment | ||
WarningInvalidComment.ice:10: warning: the '@param' tag is only valid on operations | ||
WarningInvalidComment.ice:10: warning: the '@throws' tag is only valid on operations | ||
WarningInvalidComment.ice:10: warning: the '@exception' tag is only valid on operations | ||
WarningInvalidComment.ice:10: warning: the '@return' tag is only valid on operations | ||
WarningInvalidComment.ice:14: warning: missing link target after '@see' tag | ||
WarningInvalidComment.ice:16: warning: ignoring trailing '.' character in '@see' tag | ||
WarningInvalidComment.ice:25: warning: ignoring unknown doc tag '@remarks' in comment | ||
WarningInvalidComment.ice:25: warning: '@see' tags cannot span multiple lines and must be of the form: '@see identifier' | ||
WarningInvalidComment.ice:25: warning: ignoring unknown doc tag '@bad' in comment |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters