From: Andre Noll Date: Sun, 25 Sep 2022 21:50:17 +0000 (+0200) Subject: i9e: Remove \return from documentation of i9e_attach_to_stdout(). X-Git-Tag: v0.7.1~2 X-Git-Url: http://git.tue.mpg.de/?a=commitdiff_plain;h=82aedc35a6cdf2c7e0d27fc16f75529722505dac;p=paraslash.git i9e: Remove \return from documentation of i9e_attach_to_stdout(). The function returns void. Fixes: 367daa451bd837c3e267c8385bbc92898f06ecca --- 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) {