From ec5c015f1369f9b6b65c388d51bd282ea06bfdb6 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 30 Jun 2016 15:05:34 +0000 Subject: [PATCH] -doxygen --- src/testbed/test_testbed_api_controllerlink.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/testbed/test_testbed_api_controllerlink.c b/src/testbed/test_testbed_api_controllerlink.c index 699a18215..6ed7e5733 100644 --- a/src/testbed/test_testbed_api_controllerlink.c +++ b/src/testbed/test_testbed_api_controllerlink.c @@ -742,7 +742,7 @@ status_cb (void *cls, const struct GNUNET_CONFIGURATION_Handle *config, /** - * Callbacks of this type are called by GNUNET_TESTBED_is_host_habitable to + * Callbacks of this type are called by #GNUNET_TESTBED_is_host_habitable to * inform whether the given host is habitable or not. The Handle returned by * GNUNET_TESTBED_is_host_habitable() is invalid after this callback is called * @@ -778,7 +778,7 @@ host_habitable_cb (void *cls, * Main run function. * * @param cls NULL - * @param args arguments passed to GNUNET_PROGRAM_run + * @param args arguments passed to #GNUNET_PROGRAM_run() * @param cfgfile the path to configuration file * @param cfg the configuration file handle */ -- 2.25.1