rename doc macros
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*! \file pispi.h
|
||||
* \brief SPI device
|
||||
/*! @file pispi.h
|
||||
* @brief SPI device
|
||||
*/
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
@@ -33,7 +33,7 @@ public:
|
||||
explicit PISPI(const PIString & path = PIString(), uint speed_hz = 1000000, PIIODevice::DeviceMode mode = PIIODevice::ReadWrite);
|
||||
virtual ~PISPI();
|
||||
|
||||
//! \brief Parameters of PISPI
|
||||
//! @brief Parameters of PISPI
|
||||
enum Parameters {
|
||||
ClockInverse /*! SPI clk polarity control*/ = 0x1,
|
||||
ClockPhaseShift /*! SPI clk phase control */ = 0x2,
|
||||
|
||||
Reference in New Issue
Block a user