Browse Source
When documented arguments don't exist, the error message points to the beginning of the definition comment. Point to the first bogus argument description instead. Signed-off-by: Markus Armbruster <armbru@redhat.com> Message-ID: <20240216145841.2099240-6-armbru@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>coverity
8 changed files with 10 additions and 8 deletions
@ -1 +1 @@ |
|||
doc-bad-alternate-member.json:3: documented members 'aa', 'bb' do not exist |
|||
doc-bad-alternate-member.json:7: documented members 'aa', 'bb' do not exist |
|||
|
|||
@ -1 +1 @@ |
|||
doc-bad-boxed-command-arg.json:9: documented member 'a' does not exist |
|||
doc-bad-boxed-command-arg.json:11: documented member 'a' does not exist |
|||
|
|||
@ -1 +1 @@ |
|||
doc-bad-command-arg.json:3: documented member 'b' does not exist |
|||
doc-bad-command-arg.json:6: documented member 'b' does not exist |
|||
|
|||
@ -1 +1 @@ |
|||
doc-bad-enum-member.json:3: documented member 'a' does not exist |
|||
doc-bad-enum-member.json:5: documented member 'a' does not exist |
|||
|
|||
@ -1 +1 @@ |
|||
doc-bad-event-arg.json:3: documented member 'a' does not exist |
|||
doc-bad-event-arg.json:5: documented member 'a' does not exist |
|||
|
|||
@ -1 +1 @@ |
|||
doc-bad-feature.json:3: documented feature 'a' does not exist |
|||
doc-bad-feature.json:7: documented feature 'a' does not exist |
|||
|
|||
@ -1 +1 @@ |
|||
doc-bad-union-member.json:3: documented members 'a', 'b' do not exist |
|||
doc-bad-union-member.json:5: documented members 'a', 'b' do not exist |
|||
|
|||
Loading…
Reference in new issue