From: Amos Jeffries Date: Mon, 19 Dec 2016 10:31:29 +0000 (+1300) Subject: Remove doxygen 'ingroup AuthSchemeAPI' X-Git-Tag: M-staged-PR71~333^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0fbc110232f4c7c747e2565c93df295132c8c195;p=thirdparty%2Fsquid.git Remove doxygen 'ingroup AuthSchemeAPI' --- diff --git a/src/auth/basic/Scheme.h b/src/auth/basic/Scheme.h index 274e492e4d..042383688a 100644 --- a/src/auth/basic/Scheme.h +++ b/src/auth/basic/Scheme.h @@ -19,7 +19,6 @@ namespace Basic { /// \ingroup AuthAPI -/// \ingroup AuthSchemeAPI class Scheme : public Auth::Scheme { diff --git a/src/auth/digest/Scheme.h b/src/auth/digest/Scheme.h index a5c8679f97..bc3004542d 100644 --- a/src/auth/digest/Scheme.h +++ b/src/auth/digest/Scheme.h @@ -18,7 +18,6 @@ namespace Auth namespace Digest { -/// \ingroup AuthSchemeAPI /// \ingroup AuthAPI class Scheme : public Auth::Scheme { diff --git a/src/auth/negotiate/Scheme.h b/src/auth/negotiate/Scheme.h index 54d12f3006..981c44b6b4 100644 --- a/src/auth/negotiate/Scheme.h +++ b/src/auth/negotiate/Scheme.h @@ -18,7 +18,6 @@ namespace Auth namespace Negotiate { -/// \ingroup AuthSchemeAPI /// \ingroup AuthAPI class Scheme : public Auth::Scheme { diff --git a/src/auth/ntlm/Scheme.h b/src/auth/ntlm/Scheme.h index 5dd365bd60..65d59f9831 100644 --- a/src/auth/ntlm/Scheme.h +++ b/src/auth/ntlm/Scheme.h @@ -18,7 +18,6 @@ namespace Auth namespace Ntlm { -/// \ingroup AuthSchemeAPI /// \ingroup AuthAPI class Scheme : public Auth::Scheme {