From 3e41ff7f233dcc3a8b64bdc5c7d2e41d7b601daf Mon Sep 17 00:00:00 2001 From: Norman Feske Date: Mon, 27 Feb 2012 20:33:40 +0100 Subject: [PATCH] Minor coding style fix The 'detail' tag is not conform to the coding style. Tools may stumble over it. --- base/include/util/register.h | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/base/include/util/register.h b/base/include/util/register.h index 85cb2b0bc..1490662bd 100644 --- a/base/include/util/register.h +++ b/base/include/util/register.h @@ -79,11 +79,10 @@ namespace Genode * * \param _ACCESS_WIDTH Bit width of the region * - * \detail The register can contain multiple bitfields. Bitfields - * that are partially exceed the register range are read and - * written also partially. Bitfields that are completely out - * of the register range are read as '0' and trying to - * overwrite them has no effect. + * The register can contain multiple bitfields. Bitfields that are + * partially exceed the register range are read and written also partially. + * Bitfields that are completely out of the register range are read as '0' + * and trying to overwrite them has no effect. */ template struct Register