json-parser: fix formatting of comment
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com> Message-ID: <20260713114622.1950506-1-pbonzini@redhat.com> Reviewed-by: Markus Armbruster <armbru@redhat.com> [Mea culpa] Signed-off-by: Markus Armbruster <armbru@redhat.com>
This commit is contained in:
committed by
Markus Armbruster
parent
f87693a841
commit
87f608e3c2
@@ -29,9 +29,10 @@
|
|||||||
* object, an error, or NULL (if the object is incomplete and no error
|
* object, an error, or NULL (if the object is incomplete and no error
|
||||||
* happened) after every token. Therefore it has an explicit
|
* happened) after every token. Therefore it has an explicit
|
||||||
* representation of its parser stack; each stack entry consists of a
|
* representation of its parser stack; each stack entry consists of a
|
||||||
* parser state and a QObject: - a QList, for an array that is being
|
* parser state and a QObject:
|
||||||
* added to - a QDict, for a dictionary that is being added to - a
|
* - a QList, for an array that is being added to
|
||||||
* QString, for the key of the next pair that will be added to a QDict
|
* - a QDict, for a dictionary that is being added to
|
||||||
|
* - a QString, for the key of the next pair that will be added to a QDict
|
||||||
*
|
*
|
||||||
* The stack represents an arbitrary nesting of arrays and dictionaries
|
* The stack represents an arbitrary nesting of arrays and dictionaries
|
||||||
* (whose next key has been parsed); it can also have a dictionary whose
|
* (whose next key has been parsed); it can also have a dictionary whose
|
||||||
|
|||||||
Reference in New Issue
Block a user