From 8553a8d63f97cfa8d64b5b2260e81f8c896a8398 Mon Sep 17 00:00:00 2001 From: nancy.liao <huihui.liao@greentest.com.cn> Date: 周五, 23 5月 2025 18:36:03 +0800 Subject: [PATCH] 修改部分因为标准原因的报错 --- doc/api/public_api.rst | 33 ++++++++++++++++++++++++++++----- 1 files changed, 28 insertions(+), 5 deletions(-) diff --git a/doc/api/public_api.rst b/doc/api/public_api.rst index 051e84f..df87cb7 100644 --- a/doc/api/public_api.rst +++ b/doc/api/public_api.rst @@ -1,8 +1,31 @@ +####################################### +Public api +####################################### + +The public api of the library can be found in ``include/licensecc/licensecc.h`` that is the only file you should +include when you want to use the library. + +Print hardware identifier +************************** + +.. doxygenfunction:: identify_pc + +.. doxygenenum:: LCC_API_HW_IDENTIFICATION_STRATEGY + +.. doxygengroup:: strategies + :content-only: +Verify a license +*********************** -Documentation -================== -.. doxygennamespace:: license - :project: licensecc - :members: \ No newline at end of file +.. doxygenfunction:: acquire_license + +.. doxygenstruct:: CallerInformations + :members: + +.. doxygenstruct:: LicenseLocation + :members: + +.. doxygenstruct:: LicenseInfo + :members: \ No newline at end of file -- Gitblit v1.9.1