From 68aecee9abc5e5f323a08fb9b5e565d523cca47e Mon Sep 17 00:00:00 2001 From: Francesco Chemolli Date: Sat, 21 Jan 2012 09:06:33 +0100 Subject: [PATCH] Clarified and corrected documentation. --- compat/compat.dox | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.47.3