Commit 38edca820eac0a79fd860895b46dd03005e3c96b
1 parent
80ed3076
Clarify note in TODO
Showing
1 changed file
with
2 additions
and
2 deletions
TODO
| ... | ... | @@ -476,9 +476,9 @@ ABI Changes |
| 476 | 476 | =========== |
| 477 | 477 | |
| 478 | 478 | This is a list of changes to make next time there is an ABI change. |
| 479 | -Comments appear in the code prefixed by "ABI" | |
| 479 | +Comments appear in the code prefixed by "ABI". Always Search for ABI | |
| 480 | +in source and header files to find items not listed here. | |
| 480 | 481 | |
| 481 | -* Search for ABI to find items not listed here. | |
| 482 | 482 | * See where anonymous namespaces can be used to keep things private to |
| 483 | 483 | a source file. Search for `(class|struct)` in **/*.cc. |
| 484 | 484 | * Having QPDFObjectHandle setters return Class& to allow for | ... | ... |