From: Arran Cudbard-Bell Date: Wed, 16 May 2018 15:59:46 +0000 (+0600) Subject: Doxygen X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=030848786ff400adfeeec33a1dcb9641ad3c0187;p=thirdparty%2Ffreeradius-server.git Doxygen --- diff --git a/src/lib/soh/soh.h b/src/lib/soh/soh.h index 714fd3875a7..14177b8faeb 100644 --- a/src/lib/soh/soh.h +++ b/src/lib/soh/soh.h @@ -18,8 +18,8 @@ /** * $Id$ * - * @file include/soh.h - * @brief Microsoft SoH support + * @file src/lib/soh/soh.h + * @brief Common libraries for parsing Microsoft SOH data * * @copyright 2010 Phil Mayers */ diff --git a/src/main/paircmp.c b/src/main/paircmp.c index 307bc7eb407..3e5aaad9db9 100644 --- a/src/main/paircmp.c +++ b/src/main/paircmp.c @@ -19,7 +19,7 @@ * * @brief Valuepair functions that are radiusd-specific and as such do not * belong in the library. - * @file main/pair.c + * @file main/paircmp.c * * @ingroup AVP *