From 8f39820ace6ecd146b5ac8e0ce10797c79159801 Mon Sep 17 00:00:00 2001 From: "Robin.Mueller" Date: Wed, 1 Apr 2020 17:05:55 +0200 Subject: [PATCH] doc formatting --- devicehandlers/CookieIF.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/devicehandlers/CookieIF.h b/devicehandlers/CookieIF.h index 55fdb44b1..ca171ff40 100644 --- a/devicehandlers/CookieIF.h +++ b/devicehandlers/CookieIF.h @@ -9,8 +9,8 @@ typedef uint32_t address_t; /** - * @brief This datatype is used to identify different connection over a single interface - * (like RMAP or I2C) + * @brief This datatype is used to identify different connection over a + * single interface (like RMAP or I2C) * @details * To use this class, implement a communication specific child cookie which * inherits Cookie. Cookie instances are created in config/ Factory.cpp by calling