mirror of
https://github.com/eclipse/upm.git
synced 2025-07-02 09:51:14 +03:00
doxygen: add groups for all modules
Signed-off-by: Brendan Le Foll <brendan.le.foll@intel.com>
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
/*
|
||||
/*
|
||||
* Author: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
|
||||
* Copyright (c) 2014 Intel Corporation.
|
||||
*
|
||||
@ -37,13 +37,18 @@
|
||||
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief HCSR04 ultrasonic sensor library
|
||||
* @defgroup hcsr04 libupm-hcsr04
|
||||
*/
|
||||
|
||||
/**
|
||||
* @brief C++ API for HCSR04 (ultrasonic ranging module) component
|
||||
*
|
||||
* This file defines the HCSR04 C++ interface for libhcsr04
|
||||
*
|
||||
* @ingroup hcsr04
|
||||
* @snippet hcsr04.cxx Interesting
|
||||
*
|
||||
*/
|
||||
class HCSR04 {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user