From: Amos Jeffries Date: Mon, 19 Dec 2016 10:53:42 +0000 (+1300) Subject: Drop AuthNegotiateAPI and AuthNegotiateInternal doxygen groups X-Git-Tag: M-staged-PR71~333^2~10 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6fe085d9f8ce9c206708ed72de27d689a60524c5;p=thirdparty%2Fsquid.git Drop AuthNegotiateAPI and AuthNegotiateInternal doxygen groups --- diff --git a/src/auth/negotiate/Config.cc b/src/auth/negotiate/Config.cc index a0c9b358ba..4c92972875 100644 --- a/src/auth/negotiate/Config.cc +++ b/src/auth/negotiate/Config.cc @@ -31,21 +31,12 @@ #include "Store.h" #include "wordlist.h" -/** - \defgroup AuthNegotiateInternal Negotiate Authenticator Internals - \ingroup AuthNegotiateAPI - */ - -/* Negotiate Scheme */ static AUTHSSTATS authenticateNegotiateStats; -/// \ingroup AuthNegotiateInternal statefulhelper *negotiateauthenticators = NULL; -/// \ingroup AuthNegotiateInternal static int authnegotiate_initialised = 0; -/// \ingroup AuthNegotiateInternal static hash_table *proxy_auth_cache = NULL; void @@ -172,8 +163,6 @@ Auth::Negotiate::Config::configured() const return false; } -/* Negotiate Scheme */ - void Auth::Negotiate::Config::fixHeader(Auth::UserRequest::Pointer auth_user_request, HttpReply *rep, Http::HdrType reqType, HttpRequest * request) { diff --git a/src/auth/negotiate/UserRequest.h b/src/auth/negotiate/UserRequest.h index 8b7cc12c9e..147a650201 100644 --- a/src/auth/negotiate/UserRequest.h +++ b/src/auth/negotiate/UserRequest.h @@ -23,7 +23,6 @@ namespace Auth namespace Negotiate { -/// \ingroup AuthNegotiateAPI class UserRequest : public Auth::UserRequest { MEMPROXY_CLASS(Auth::Negotiate::UserRequest);