From: Andre Noll Date: Fri, 18 Mar 2011 08:09:05 +0000 (+0100) Subject: stdin.h: Add missing doxygen comment for stdin_task->btrp. X-Git-Tag: v0.4.6~11 X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=commitdiff_plain;h=25518356767bd60bd03ac2f9c6b2381644483925 stdin.h: Add missing doxygen comment for stdin_task->btrp. --- 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; };