mirror of
https://gitee.com/openharmony/interface_sdk_c
synced 2024-11-23 06:39:54 +00:00
fix addtogroup and file tag
Signed-off-by: liuchungang <liuchungang@hisilicon.com>
This commit is contained in:
parent
75fbcab1a0
commit
04616bdf3b
@ -13,8 +13,6 @@
|
|||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef QOS_H
|
|
||||||
#define QOS_H
|
|
||||||
/**
|
/**
|
||||||
* @addtogroup QoS
|
* @addtogroup QoS
|
||||||
* @{
|
* @{
|
||||||
@ -39,6 +37,10 @@
|
|||||||
* @syscap SystemCapability.Resourceschedule.QoS.Core
|
* @syscap SystemCapability.Resourceschedule.QoS.Core
|
||||||
* @since 12
|
* @since 12
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#ifndef QOS_H
|
||||||
|
#define QOS_H
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
@ -115,4 +117,5 @@ int OH_QoS_GetThreadQoS(QoS_Level *level);
|
|||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
};
|
};
|
||||||
#endif
|
#endif
|
||||||
#endif //QOS_H
|
#endif // QOS_H
|
||||||
|
/** @} */
|
||||||
|
Loading…
Reference in New Issue
Block a user