Fixed doxygen warnings

This commit is contained in:
T. van der Zwan
2013-09-09 20:35:28 +00:00
parent a6c0f06b44
commit ecdd7775c5
14 changed files with 205 additions and 35 deletions

View File

@@ -15,7 +15,7 @@ namespace Json { class Value; }
///
/// The Led structure contains the definition of the image portion used to determine a single led's
/// color.
/// <pre>
/// @verbatim
/// |--------------------image--|
/// | minX maxX |
/// | |-----|minY |
@@ -25,7 +25,7 @@ namespace Json { class Value; }
/// | |
/// | |
/// |---------------------------|
/// <endpre>
/// @endverbatim
///
struct Led
{