]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 13 Jul 2018 02:13:32 +0000 (22:13 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 13 Jul 2018 02:13:32 +0000 (22:13 -0400)
src/lib/io/base.h
src/lib/ldap/base.h
src/lib/redis/base.h

index 16146193de656421883b8df7f0301d638c16cd80..3487ed999de6559f701506a415a2cb6103c0b9a5 100644 (file)
@@ -18,7 +18,7 @@
 /**
  * $Id$
  *
- * @file io/io.h
+ * @file lib/io/base.h
  * @brief Transport-specific functions.
  *
  * @copyright 2016 Alan DeKok <aland@freeradius.org>
index 60d4935e234e313d49dada2a079050bd0913e065..b928d57ef6d3b5c26fb7e9d08a81b12d6d42882b 100644 (file)
@@ -1,7 +1,7 @@
 #pragma once
 /**
  * $Id$
- * @file lib/ldap/ldap.h
+ * @file lib/ldap/base.h
  * @brief Common utility functions for interacting with LDAP directories
  *
  * @author Arran Cudbard-Bell <a.cudbardb@freeradius.org>
index 9c53b619501592ebea540c07d0b5c55f38749202..0fa9ff763b894bd5e3a42c5f7507a5d040b1abb8 100644 (file)
@@ -16,7 +16,7 @@
 
 /**
  * $Id$
- * @file redis.h
+ * @file lib/redis/base.h
  * @brief Common functions for interacting with Redis via hiredis
  *
  * @author Arran Cudbard-Bell