From 08a81356daca894677386430eaf366d2d57267e7 Mon Sep 17 00:00:00 2001 From: John Van Drasek Date: Tue, 14 Apr 2015 15:07:57 -0700 Subject: [PATCH] mlx90614: Adding doxygen comments Signed-off-by: John Van Drasek --- src/mlx90614/mlx90614.h | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/mlx90614/mlx90614.h b/src/mlx90614/mlx90614.h index 53e20a2e..78cb7371 100644 --- a/src/mlx90614/mlx90614.h +++ b/src/mlx90614/mlx90614.h @@ -55,14 +55,20 @@ namespace upm { /** * @brief mlx90614 temperature sensor library * @defgroup mlx90614 libupm-mlx90614 + * @ingroup generic i2c temperature */ - /** + * @library libupm-mlx90614 + * @sensor mlx90614 + * @comname mlx90614 temperature sensor + * @type temperature + * @man generic + * @con i2c + * * @brief C++ API for MLX90614 * * This file defines the MLX90614 C++ interface for libmlx90614 * - * @ingroup mlx90614 i2c * @snippet mlx90614.cxx Interesting */ class MLX90614 {