aboutsummaryrefslogtreecommitdiffstats
path: root/examples/qpdfjob-remove-annotations.cc
diff options
context:
space:
mode:
Diffstat (limited to 'examples/qpdfjob-remove-annotations.cc')
-rw-r--r--examples/qpdfjob-remove-annotations.cc7
1 files changed, 3 insertions, 4 deletions
diff --git a/examples/qpdfjob-remove-annotations.cc b/examples/qpdfjob-remove-annotations.cc
index b0afa2da..bc043d33 100644
--- a/examples/qpdfjob-remove-annotations.cc
+++ b/examples/qpdfjob-remove-annotations.cc
@@ -6,10 +6,9 @@
#include <cstdlib>
#include <iostream>
-// This example demonstrates how we can use the QPDFJob createQPDF and writeQPDF
-// methods to add custom transformations to the output produced by QPDFJob runs.
-// The example is a full copy of the qpdf program modified to allways remove all
-// annotations from the final output.
+// This example demonstrates how we can use the QPDFJob createQPDF and writeQPDF methods to add
+// custom transformations to the output produced by QPDFJob runs. The example is a full copy of the
+// qpdf program modified to allways remove all annotations from the final output.
static char const* whoami = nullptr;