summaryrefslogtreecommitdiffstats
path: root/include/qpdf/QPDFObjectHandle.hh
diff options
context:
space:
mode:
Diffstat (limited to 'include/qpdf/QPDFObjectHandle.hh')
-rw-r--r--include/qpdf/QPDFObjectHandle.hh6
1 files changed, 6 insertions, 0 deletions
diff --git a/include/qpdf/QPDFObjectHandle.hh b/include/qpdf/QPDFObjectHandle.hh
index 554c7131..3f1e7d3a 100644
--- a/include/qpdf/QPDFObjectHandle.hh
+++ b/include/qpdf/QPDFObjectHandle.hh
@@ -1237,6 +1237,9 @@ class QPDFDictItems
// // iter.second is a QPDFObjectHandle
// }
+ // See examples/pdf-name-number-tree.cc for a demonstration of
+ // using this API.
+
public:
QPDF_DLL
QPDFDictItems(QPDFObjectHandle& oh);
@@ -1324,6 +1327,9 @@ class QPDFArrayItems
// // iter is a QPDFObjectHandle
// }
+ // See examples/pdf-name-number-tree.cc for a demonstration of
+ // using this API.
+
public:
QPDF_DLL
QPDFArrayItems(QPDFObjectHandle& oh);