I've reduced the doxygen errors down now to what seems like just a bunch
of class/structs and typedefs which define different names, but are used
interchangably.

I've altered this one so the two method declarations actually use the same
name for their param type. Is there a reason for so many this type of
typedef being kept in Squid3 (Squid2 I understand)?

If not, I'll mark all the ones I find as deprecated.

> Update of cvs.devel.squid-cache.org:/cvsroot/squid/squid3/src
>
> Modified Files:
>       Tag: docs
>       AuthUser.h
> Log Message:
> Give method declaration the same types as its *.cc counterpart.
>
>
> Index: AuthUser.h
> ===================================================================
> RCS file: /cvsroot/squid/squid3/src/AuthUser.h,v
> retrieving revision 1.5.2.1
> retrieving revision 1.5.2.2
> diff -C2 -d -r1.5.2.1 -r1.5.2.2
> *** AuthUser.h        6 Aug 2007 05:18:23 -0000       1.5.2.1
> --- AuthUser.h        10 Aug 2007 03:45:46 -0000      1.5.2.2
> ***************
> *** 74,78 ****
>       static void CachedACLsReset();
>
> !     void absorb(auth_user_t *from);
>       virtual ~AuthUser ();
>       _SQUID_INLINE_ char const *username() const;
> --- 74,78 ----
>       static void CachedACLsReset();
>
> !     void absorb(AuthUser *from);
>       virtual ~AuthUser ();
>       _SQUID_INLINE_ char const *username() const;
>
>


Reply via email to