aboutsummaryrefslogtreecommitdiffstats
path: root/manual
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2021-01-30 13:34:08 +0100
committerJay Berkenbilt <ejb@ql.org>2021-01-30 21:52:16 +0100
commit1fec40454ef72c6e2f079b599e9c807ce69a4bec (patch)
treecb260b509667287d5bb20bdb9f37d8964a5cfa2b /manual
parentce19ec5c4b0ae88592289bf3c5b32b71b9c22eaa (diff)
downloadqpdf-1fec40454ef72c6e2f079b599e9c807ce69a4bec.tar.zst
Add example of name/number trees and dictionary/array iteration
Diffstat (limited to 'manual')
-rw-r--r--manual/qpdf-manual.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/manual/qpdf-manual.xml b/manual/qpdf-manual.xml
index 9a62f1da..4491754b 100644
--- a/manual/qpdf-manual.xml
+++ b/manual/qpdf-manual.xml
@@ -4854,7 +4854,8 @@ print "\n";
<classname>QPDFObjectHandle</classname>, allowing C++-style
iteration, including range-for iteration, over dictionary
and array QPDFObjectHandles. See comments in
- <filename>include/qpdf/QPDFObjectHandle.hh</filename> for
+ <filename>include/qpdf/QPDFObjectHandle.hh</filename> and
+ <filename>examples/pdf-name-number-tree.cc</filename> for
details.
</para>
</listitem>