]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Drop AuthNegotiateAPI and AuthNegotiateInternal doxygen groups
authorAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Dec 2016 10:53:42 +0000 (23:53 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Mon, 19 Dec 2016 10:53:42 +0000 (23:53 +1300)
src/auth/negotiate/Config.cc
src/auth/negotiate/UserRequest.h

index a0c9b358bab5612a092ae4d05f8dc7c31b45a8be..4c92972875c3787212f9c86aed75b737c1873895 100644 (file)
 #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)
 {
index 8b7cc12c9ea5998ba6169d71761635fd5caeeaaa..147a6502014ce5b8b409946d1a7d3c5d70c959a3 100644 (file)
@@ -23,7 +23,6 @@ namespace Auth
 namespace Negotiate
 {
 
-/// \ingroup AuthNegotiateAPI
 class UserRequest : public Auth::UserRequest
 {
     MEMPROXY_CLASS(Auth::Negotiate::UserRequest);