rename doc macros
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/*! \file piinit.h
|
||||
* \brief Initialization
|
||||
/*! @file piinit.h
|
||||
* @brief Initialization
|
||||
*/
|
||||
/*
|
||||
PIP - Platform Independent Primitives
|
||||
@@ -47,7 +47,7 @@ class PIP_EXPORT PIInit {
|
||||
public:
|
||||
~PIInit();
|
||||
|
||||
//! \brief Build options which PIP library was built
|
||||
//! @brief Build options which PIP library was built
|
||||
enum BuildOption {
|
||||
ICU /*! Unicode support */ = 0x01,
|
||||
USB /*! USB support */ = 0x02,
|
||||
|
||||
Reference in New Issue
Block a user