diff options
-rw-r--r-- | src/mustach/mustach-jansson.h | 2 | ||||
-rw-r--r-- | src/mustach/mustach.h | 2 | ||||
-rw-r--r-- | src/testing/testing_api_cmd_tip_pickup.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/src/mustach/mustach-jansson.h b/src/mustach/mustach-jansson.h index f1a1b761..b4a2ebe6 100644 --- a/src/mustach/mustach-jansson.h +++ b/src/mustach/mustach-jansson.h @@ -31,7 +31,7 @@ * * @template: the template string to instanciate * @root: the root json object to render - * @file: the file where to write the result + * \@file: the file where to write the result * * Returns 0 in case of success, -1 with errno set in case of system error * a other negative value in case of error. diff --git a/src/mustach/mustach.h b/src/mustach/mustach.h index b2e5f8f2..1fddb92e 100644 --- a/src/mustach/mustach.h +++ b/src/mustach/mustach.h @@ -203,7 +203,7 @@ struct mustach_sbuf { * @template: the template string to instanciate * @itf: the interface to the functions that mustach calls * @closure: the closure to pass to functions called - * @file: the file where to write the result + * \@file: the file where to write the result * * Returns 0 in case of success, -1 with errno set in case of system error * a other negative value in case of error. diff --git a/src/testing/testing_api_cmd_tip_pickup.c b/src/testing/testing_api_cmd_tip_pickup.c index 80e372f7..495f80ff 100644 --- a/src/testing/testing_api_cmd_tip_pickup.c +++ b/src/testing/testing_api_cmd_tip_pickup.c @@ -18,7 +18,7 @@ */ /** - * @file testing_api_cmd_tip.c + * @file testing_api_cmd_tip_pickup.c * @brief command to test the tipping. * @author Marcello Stanisci */ |