doxygen: add groups for all modules

Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
Brendan Le Foll
2014-09-22 16:37:36 +01:00
parent e7a32b9882
commit befba8c18d
41 changed files with 202 additions and 37 deletions

View File

@ -53,10 +53,17 @@
namespace upm {
/**
* @brief C++ API for MLX90614
* @brief mlx90614 temperature sensor library
* @defgroup mlx90614 libupm-mlx90614
*/
/**
* @brief C++ API for MLX90614
*
* This file defines the MLX90614 C++ interface for libmlx90614
*
* @ingroup mlx90641
* @snippet mlx90641.cxx Interesting
*/
class MLX90614 {
public: