Commit fd02944e1953931e07f124448350db91038020af
1 parent
510d45d0
Clean up comment
Showing
1 changed file
with
4 additions
and
7 deletions
libqpdf/qpdf/Pl_QPDFTokenizer.hh
| @@ -7,13 +7,10 @@ | @@ -7,13 +7,10 @@ | ||
| 7 | #include <qpdf/PointerHolder.hh> | 7 | #include <qpdf/PointerHolder.hh> |
| 8 | #include <qpdf/QPDFObjectHandle.hh> | 8 | #include <qpdf/QPDFObjectHandle.hh> |
| 9 | 9 | ||
| 10 | -// | ||
| 11 | -// Treat incoming text as a stream consisting of valid PDF tokens, but | ||
| 12 | -// output bad tokens just the same. The idea here is to be able to | ||
| 13 | -// use pipeline for content streams to normalize newlines without | ||
| 14 | -// interfering with meaningful newlines such as those that occur | ||
| 15 | -// inside of strings. | ||
| 16 | -// | 10 | +// Tokenize the incoming text using QPDFTokenizer and pass the tokens |
| 11 | +// in turn to a QPDFObjectHandle::TokenFilter object. All bytes of | ||
| 12 | +// incoming content will be included in exactly one token and passed | ||
| 13 | +// downstream. | ||
| 17 | 14 | ||
| 18 | class Pl_QPDFTokenizer: public Pipeline | 15 | class Pl_QPDFTokenizer: public Pipeline |
| 19 | { | 16 | { |