From: Francesco Chemolli Date: Sat, 21 Jan 2012 08:06:33 +0000 (+0100) Subject: Clarified and corrected documentation. X-Git-Tag: BumpSslServerFirst.take05~12^2~73^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=68aecee9abc5e5f323a08fb9b5e565d523cca47e;p=thirdparty%2Fsquid.git Clarified and corrected documentation. --- diff --git a/compat/compat.dox b/compat/compat.dox index a5557a0d70..2193544ef0 100644 --- a/compat/compat.dox +++ b/compat/compat.dox @@ -72,7 +72,9 @@ individual part separately a risky operation. Squid coding guidelines require each .c and .cc file to include squid-old.h or squid.h first in their included files. squid.h begin with an order-specific sequence of defines and includes compat/compat.h to incorporate the compat layer appropriately in every soure file. -squid.h begins by including squid.h to prepare for its sub-includes and definitions. +squid-old.h begins by including squid.h to prepare for its sub-includes and definitions. +It is recommended to include squid.h and not squid-old.h for new developments; squid-old.h +is being deprecated. \par Internally the compat/ directory contains the public API file compat/compat.h which structures