From 82aedc35a6cdf2c7e0d27fc16f75529722505dac Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Sun, 25 Sep 2022 23:50:17 +0200 Subject: [PATCH] i9e: Remove \return from documentation of i9e_attach_to_stdout(). The function returns void. Fixes: 367daa451bd837c3e267c8385bbc92898f06ecca --- interactive.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/interactive.c b/interactive.c index baacdc00..6c9110fd 100644 --- a/interactive.c +++ b/interactive.c @@ -189,8 +189,6 @@ static char **i9e_completer(const char *text, int start, __a_unused int end) * * This function attaches the i9e input queue to an output queue of \a * producer. - * - * \return Standard. */ void i9e_attach_to_stdout(struct btr_node *producer) { -- 2.39.2