Commit 32f7d9989a3c6d45083ff9e686d5eebb87615e42

Authored by Jay Berkenbilt
1 parent af91b5b5

TODO: ABI note

Showing 2 changed files with 3 additions and 0 deletions
... ... @@ -180,6 +180,8 @@ ABI Changes
180 180 This is a list of changes to make next time there is an ABI change.
181 181 Comments appear in the code prefixed by "ABI"
182 182  
  183 +* See where anonymous namespaces can be used to keep things private to
  184 + a source file. Search for `(class|struct)` in **/*.cc.
183 185 * Search for ABI to find items not listed here.
184 186 * Merge two versions of QPDFObjectHandle::makeDirect per comment
185 187 * After removing legacy QPDFNameTreeObjectHelper and
... ...
cSpell.json
... ... @@ -399,6 +399,7 @@
399 399 "strcasecmp",
400 400 "strerror",
401 401 "strtoui",
  402 + "struct",
402 403 "stylesheet",
403 404 "subclassing",
404 405 "subkeys",
... ...