From 1bd12fda0412538ac3c969f72b72f28bbdcc517d Mon Sep 17 00:00:00 2001 From: q66 Date: Thu, 30 Mar 2017 00:38:43 +0200 Subject: [PATCH] use @brief --- ostd/generic_condvar.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ostd/generic_condvar.hh b/ostd/generic_condvar.hh index d86098c..5a5371e 100644 --- a/ostd/generic_condvar.hh +++ b/ostd/generic_condvar.hh @@ -4,7 +4,7 @@ /** @file generic_condvar.hh * - * A single type that can encapsulate different condvar types. + * @brief A single type that can encapsulate different condvar types. * * @copyright See COPYING.md in the project tree for further information. */