]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
i9e: Remove \return from documentation of i9e_attach_to_stdout().
authorAndre Noll <maan@tuebingen.mpg.de>
Sun, 25 Sep 2022 21:50:17 +0000 (23:50 +0200)
committerAndre Noll <maan@tuebingen.mpg.de>
Tue, 27 Sep 2022 13:29:03 +0000 (15:29 +0200)
The function returns void.

Fixes: 367daa451bd837c3e267c8385bbc92898f06ecca
interactive.c

index baacdc00bbdc3029052b5f2709e32673fb634557..6c9110fd66e23cae6b8de5f80db834738565c64d 100644 (file)
@@ -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)
 {