From: Amos Jeffries Date: Mon, 21 Apr 2008 12:05:23 +0000 (+1200) Subject: Import remaining scraps of auto-docs branch code cleanups X-Git-Tag: SQUID_3_1_0_1~49^2~282 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=cfdb8f8849a846ef4ba977d9cae5433aa2ff8f97;p=thirdparty%2Fsquid.git Import remaining scraps of auto-docs branch code cleanups --- diff --git a/squid3.dox b/squid3.dox index 9f8d0fde5d..be82f9d9ad 100644 --- a/squid3.dox +++ b/squid3.dox @@ -1038,6 +1038,8 @@ PREDEFINED = \ USE_SELECT_WIN32 \ USE_SQUID_ESI \ USE_SSL \ + USE_LINUX_TPROXY2 \ + USE_LINUX_TPROXY4 \ USE_UNLINKD \ USE_USERAGENT_LOG \ USE_WCCP \ diff --git a/src/AuthUserRequest.h b/src/AuthUserRequest.h index 0bee36dfea..f010b754cf 100644 --- a/src/AuthUserRequest.h +++ b/src/AuthUserRequest.h @@ -128,8 +128,8 @@ public: char const * getDenyMessage(); size_t refCount() const; - void _lock(); // please use AUTHUSERREQUESTLOCK() - void _unlock(); // please use AUTHUSERREQUESTUNLOCK() + void _lock(); /**< \note please use AUTHUSERREQUESTLOCK() */ + void _unlock(); /**< \note please use AUTHUSERREQUESTUNLOCK() */ /** * Squid does not make assumptions about where the username is stored. diff --git a/src/auth/negotiate/auth_negotiate.h b/src/auth/negotiate/auth_negotiate.h index e7dd02ec9a..a9bc53d616 100644 --- a/src/auth/negotiate/auth_negotiate.h +++ b/src/auth/negotiate/auth_negotiate.h @@ -54,7 +54,7 @@ public: dlink_list proxy_auth_list; }; -MEMPROXY_CLASS_INLINE(NegotiateUser) /**DOCS_NOSEMI*/ +MEMPROXY_CLASS_INLINE(NegotiateUser); /// \ingroup AuthNegotiateAPI typedef class NegotiateUser negotiate_user_t; @@ -107,7 +107,7 @@ private: NegotiateUser * _theUser; }; -MEMPROXY_CLASS_INLINE(AuthNegotiateUserRequest) /**DOCS_NOSEMI*/ +MEMPROXY_CLASS_INLINE(AuthNegotiateUserRequest); /* configuration runtime data */ diff --git a/src/authenticate.h b/src/authenticate.h index 9c4cd90a57..8b0dd00b38 100644 --- a/src/authenticate.h +++ b/src/authenticate.h @@ -65,7 +65,6 @@ private: MEMPROXY_CLASS_INLINE(AuthUserHashPointer); class ConnStateData; - class AuthScheme; /** diff --git a/src/cbdata.cc b/src/cbdata.cc index 6766fe6e9c..3ff8bd94af 100644 --- a/src/cbdata.cc +++ b/src/cbdata.cc @@ -158,7 +158,8 @@ cbdata::operator new(size_t size, void *where) */ void cbdata::operator delete(void *where, void *where2) -{; +{ + ; // empty. } long @@ -169,7 +170,7 @@ cbdata::MakeOffset() return (long)dataOffset; } #else -MEMPROXY_CLASS_INLINE(cbdata) /**DOCS_NOSEMI*/ +MEMPROXY_CLASS_INLINE(cbdata); #endif static OBJH cbdataDump; diff --git a/src/errorpage.cc b/src/errorpage.cc index 86fed6f0fb..e5fd72a5ca 100644 --- a/src/errorpage.cc +++ b/src/errorpage.cc @@ -72,7 +72,7 @@ typedef struct /* local constant and vars */ /** -/// \ingroup ErrorPageInternal + \ingroup ErrorPageInternal * \note hard coded error messages are not appended with %S * automagically to give you more control on the format diff --git a/src/fs/ufs/ufscommon.h b/src/fs/ufs/ufscommon.h index 66eb979bc6..4059fec7d3 100644 --- a/src/fs/ufs/ufscommon.h +++ b/src/fs/ufs/ufscommon.h @@ -288,7 +288,6 @@ MEMPROXY_CLASS_INLINE(UFSStoreState::_queued_read); MEMPROXY_CLASS_INLINE(UFSStoreState::_queued_write); - #include "StoreSearch.h" /// \ingroup UFS