2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-12-22 19:08:59 +00:00

Clarify note in TODO

This commit is contained in:
Jay Berkenbilt 2022-04-16 13:16:06 -04:00
parent 80ed3076a0
commit 38edca820e

4
TODO
View File

@ -476,9 +476,9 @@ ABI Changes
===========
This is a list of changes to make next time there is an ABI change.
Comments appear in the code prefixed by "ABI"
Comments appear in the code prefixed by "ABI". Always Search for ABI
in source and header files to find items not listed here.
* Search for ABI to find items not listed here.
* See where anonymous namespaces can be used to keep things private to
a source file. Search for `(class|struct)` in **/*.cc.
* Having QPDFObjectHandle setters return Class& to allow for