doc formatting

This commit is contained in:
Robin Müller 2020-04-01 17:05:55 +02:00
parent 996dbc9e4b
commit 8f39820ace
1 changed files with 2 additions and 2 deletions

View File

@ -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