diff options
Diffstat (limited to 'doc/dev_ref/mistakes.rst')
-rw-r--r-- | doc/dev_ref/mistakes.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/dev_ref/mistakes.rst b/doc/dev_ref/mistakes.rst index 9f89e3059..03b2c7905 100644 --- a/doc/dev_ref/mistakes.rst +++ b/doc/dev_ref/mistakes.rst @@ -27,6 +27,13 @@ the overall API and ABI surface. These interfaces are now deprecated, and perhaps will be able to be removed eventually. +Header Directories +------------------- + +It would have been better to install all headers as ``X/header.h`` +where ``X`` is the base dir in the source, eg ``block/aes128.h``, +``hash/md5.h``, ... + Exceptions ----------- |