!1806 API Lint 整改

Merge pull request !1806 from 蔡一鸣/1122
This commit is contained in:
openharmony_ci 2024-11-22 09:53:32 +00:00 committed by Gitee
commit 8b2ce32b51
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -15,6 +15,7 @@
/**
* @addtogroup memory
* @{
*
* @brief provides memory management capabilities
*
@ -32,7 +33,7 @@
* provides features include create, begin read ,end read, begin write, end write, rebuild, and so on.
* when using, it is necessary to link libpurgeable_memory_ndk.z.so
*
* @library libpurgeablemem.so
* @library libpurgeablemem.z.so
* @syscap SystemCapability.Kernel.Memory
* @kit KernelEnhanceKit
* @since 10
@ -206,4 +207,5 @@ bool OH_PurgeableMemory_AppendModify(OH_PurgeableMemory *purgObj,
#ifdef __cplusplus
}
#endif /* End of #ifdef __cplusplus */
#endif /* OHOS_UTILS_MEMORY_LIBPURGEABLEMEM_C_INCLUDE_PURGEABLE_MEMORY_H */
#endif /* OHOS_UTILS_MEMORY_LIBPURGEABLEMEM_C_INCLUDE_PURGEABLE_MEMORY_H */
/** @} */