From 25518356767bd60bd03ac2f9c6b2381644483925 Mon Sep 17 00:00:00 2001 From: Andre Noll Date: Fri, 18 Mar 2011 09:09:05 +0100 Subject: [PATCH 1/1] stdin.h: Add missing doxygen comment for stdin_task->btrp. --- stdin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stdin.h b/stdin.h index 2d279a6e..32a4c281 100644 --- a/stdin.h +++ b/stdin.h @@ -12,7 +12,7 @@ struct stdin_task { struct task task; /** Stdin is always the root of a buffer tree. */ struct btr_node *btrn; - /* Use a buffer pool to minimize memcpy due to alignment problems. */ + /** Use a buffer pool to minimize memcpy due to alignment problems. */ struct btr_pool *btrp; }; -- 2.39.2