mirror of
https://github.com/eclipse/upm.git
synced 2025-03-15 04:57:30 +03:00
ublox6.h: adding doxygen tags
Signed-off-by: John Van Drasek <john.r.van.drasek@intel.com>
This commit is contained in:
parent
fa4dabf173
commit
816a3055f4
@ -43,15 +43,29 @@
|
||||
const int UBLOX6_DEFAULT_UART = 0;
|
||||
|
||||
namespace upm {
|
||||
|
||||
/**
|
||||
* @brief C++ API for the U-BLOX 6 GPS module
|
||||
*
|
||||
* UPM support for the U-BLOX 6 GPS Module
|
||||
*
|
||||
* @ingroup grove uart
|
||||
* @snippet ublox6.cxx Interesting
|
||||
*/
|
||||
/**
|
||||
* @brief C++ API for the U-BLOX 6 GPS module
|
||||
*
|
||||
* UPM support for the U-BLOX 6 GPS Module
|
||||
*
|
||||
* @defgroup ublox6 libupm-ublox6
|
||||
* @ingroup seeed uart gps
|
||||
*/
|
||||
/**
|
||||
* @library ublox6
|
||||
* @sensor ublox6
|
||||
* @comname GPS module
|
||||
* @type gps
|
||||
* @man seeed
|
||||
* @web http://www.seeedstudio.com/depot/Grove-GPS-p-959.html
|
||||
* @con uart
|
||||
*
|
||||
* @brief C++ API for the U-BLOX 6 GPS module
|
||||
*
|
||||
* UPM support for the U-BLOX 6 GPS Module
|
||||
*
|
||||
* @snippet ublox6.cxx Interesting
|
||||
*/
|
||||
class Ublox6 {
|
||||
public:
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user