aboutsummaryrefslogtreecommitdiffstats
path: root/libqpdf
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-02-11 21:39:13 +0100
committerJay Berkenbilt <ejb@ql.org>2018-02-19 03:05:47 +0100
commitfd02944e1953931e07f124448350db91038020af (patch)
tree4b9de8600a7bb41659b872bd3a7feba2e307dc40 /libqpdf
parent510d45d00d16dcd8261f5bacc235554179226300 (diff)
downloadqpdf-fd02944e1953931e07f124448350db91038020af.tar.zst
Clean up comment
Diffstat (limited to 'libqpdf')
-rw-r--r--libqpdf/qpdf/Pl_QPDFTokenizer.hh11
1 files changed, 4 insertions, 7 deletions
diff --git a/libqpdf/qpdf/Pl_QPDFTokenizer.hh b/libqpdf/qpdf/Pl_QPDFTokenizer.hh
index 9f4ac133..42358898 100644
--- a/libqpdf/qpdf/Pl_QPDFTokenizer.hh
+++ b/libqpdf/qpdf/Pl_QPDFTokenizer.hh
@@ -7,13 +7,10 @@
#include <qpdf/PointerHolder.hh>
#include <qpdf/QPDFObjectHandle.hh>
-//
-// Treat incoming text as a stream consisting of valid PDF tokens, but
-// output bad tokens just the same. The idea here is to be able to
-// use pipeline for content streams to normalize newlines without
-// interfering with meaningful newlines such as those that occur
-// inside of strings.
-//
+// Tokenize the incoming text using QPDFTokenizer and pass the tokens
+// in turn to a QPDFObjectHandle::TokenFilter object. All bytes of
+// incoming content will be included in exactly one token and passed
+// downstream.
class Pl_QPDFTokenizer: public Pipeline
{