2
1
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:
Jay Berkenbilt 2022-08-01 11:31:09 -04:00
parent a3037ca440
commit 3ec43f055a

View File

@ -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 = (