aboutsummaryrefslogtreecommitdiffstats
path: root/manual/design.rst
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2022-02-26 00:21:50 +0100
committerJay Berkenbilt <ejb@ql.org>2022-02-26 00:21:50 +0100
commitdca0c7eae6ac18852f7ae46da67440df50d47fa8 (patch)
treedbf393433c2e27cc9ef1ab90669187e91fac9bb2 /manual/design.rst
parent905e99a3141edc7d6523e8da47e624b1c1e664a3 (diff)
downloadqpdf-dca0c7eae6ac18852f7ae46da67440df50d47fa8.tar.zst
Simplify confusing terminology in the README and manual (fixes #660)
Some people don't know what CI is, so remove use of that abbreviation when it doesn't add any value.
Diffstat (limited to 'manual/design.rst')
-rw-r--r--manual/design.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/manual/design.rst b/manual/design.rst
index 0e50f858..f323aa75 100644
--- a/manual/design.rst
+++ b/manual/design.rst
@@ -375,9 +375,10 @@ packed together in some integer type. Also note that ``size_t`` and
so sometimes an explicit cast may not be needed to avoid warnings on one
platform but may be needed on another. A conversion with ``QIntC``
should always be used when the types are different even if the
-underlying size is the same. QPDF's CI build builds on 32-bit and 64-bit
-platforms, and the test suite is very thorough, so it is hard to make
-any of the potential errors here without being caught in build or test.
+underlying size is the same. QPDF's automatic build builds on 32-bit
+and 64-bit platforms, and the test suite is very thorough, so it is
+hard to make any of the potential errors here without being caught in
+build or test.
Non-const ``unsigned char*`` is used in the ``Pipeline`` interface. The
pipeline interface has a ``write`` call that uses ``unsigned char*``