]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
qualify doxygen paths
authorAlan T. DeKok <aland@freeradius.org>
Thu, 8 Dec 2016 23:25:28 +0000 (18:25 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Thu, 8 Dec 2016 23:25:28 +0000 (18:25 -0500)
src/main/xlat.h
src/modules/rlm_ldap/control.c

index 8adad13cd76d2e99a0faa0096ecc8022fe8f2b65..f95e7009b0f50e1b6fe82c3e7d017f4c112578e3 100644 (file)
@@ -17,7 +17,7 @@
 /**
  * $Id$
  *
- * @file xlat.h
+ * @file main/xlat.h
  * @brief String expansion ("translation"). Implements %Attribute -> value
  *
  * Private structures for the xlat tokenizer and xlat eval code.
index c67057f36eac619d88db7ec107370c036b0b419a..c0b85bba2ccd89179e86dd9c4320bd8c4472c703 100644 (file)
@@ -16,7 +16,7 @@
 
 /**
  * $Id$
- * @file control.c
+ * @file src/modules/rlm_ldap/control.c
  * @brief Functions for managing server/client side sort controls.
  *
  * @author Arran Cudbard-Bell <a.cudbardb@freeradius.org>