mirror of
https://github.com/qpdf/qpdf.git
synced 2025-01-31 10:58:25 +00:00
Fix parsing comment
This commit is contained in:
parent
a3037ca440
commit
3ec43f055a
@ -14,8 +14,11 @@
|
||||
|
||||
// | st_initial
|
||||
// { | -> st_top
|
||||
// "qpdf-v2": { | -> st_qpdf
|
||||
// "objects": { | -> st_objects
|
||||
// "qpdf": [ | -> st_qpdf
|
||||
// { | -> st_qpdf_meta
|
||||
// ... | ...
|
||||
// }, | ...
|
||||
// { | -> st_objects
|
||||
// "obj:1 0 R": { | -> st_object_top
|
||||
// "value": { | -> st_object
|
||||
// "/Pages": "2 0 R", | ...
|
||||
@ -41,7 +44,7 @@
|
||||
// } | <- st_trailer
|
||||
// } | <- st_objects
|
||||
// } | <- st_qpdf
|
||||
// } | <- st_top
|
||||
// ] | <- st_top
|
||||
// } | <- st_initial
|
||||
|
||||
static char const* JSON_PDF = (
|
||||
|
Loading…
x
Reference in New Issue
Block a user