]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Doxygen
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 5 Nov 2017 14:33:54 +0000 (14:33 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 5 Nov 2017 14:33:54 +0000 (14:33 +0000)
src/main/unlang_compile.c
src/main/virtual_servers.c

index f512f3030fa87373e5f105c2872d1da942396ee9..b18b364f3f1e2ef3d4cf6f7669e0d7c2d8e00613 100644 (file)
@@ -2694,11 +2694,13 @@ static unlang_t *compile_call(unlang_t *parent, unlang_compile_t *unlang_ctx, CO
  * If it's "foo.method", look for "foo", and return "method" as the method
  * we wish to use, instead of the input component.
  *
- * @param[out] pcomponent Where to write the method we found, if any.  If no method is specified
- *     will be set to MOD_COUNT.
- * @param[in] real_name Complete name string e.g. foo.authorize.
- * @param[in] virtual_name Virtual module name e.g. foo.
- * @param[in] method_name Method override (may be NULL) or the method name e.g. authorize.
+ * @param[in] conf_root                Configuration root.
+ * @param[out] pcomponent      Where to write the method we found, if any.
+ *                             If no method is specified will be set to MOD_COUNT.
+ * @param[in] real_name                Complete name string e.g. foo.authorize.
+ * @param[in] virtual_name     Virtual module name e.g. foo.
+ * @param[in] method_name      Method override (may be NULL) or the method
+ *                             name e.g. authorize.
  * @return the CONF_SECTION specifying the virtual module.
  */
 static CONF_SECTION *virtual_module_find_cs(CONF_SECTION *conf_root, rlm_components_t *pcomponent,
index 2a692a790568ecc74e438ee219ed4912090faea5..b0d2e0a128dd474fce0bb9450805e7ac256ffc26 100644 (file)
@@ -368,7 +368,6 @@ int virtual_servers_open(fr_schedule_t *sc)
 
 /** Instantiate all the virtual servers
  *
- * @param[in] config   section containing all the virtual servers.
  * @return
  *     - 0 on success.
  *     - -1 on failure.