From 079123b5c4c25a453ba4d3c6ffa1b5f9f39c5dad Mon Sep 17 00:00:00 2001 From: Gabriele Contini <contini.mailing@gmail.com> Date: 周六, 21 3月 2020 20:57:47 +0800 Subject: [PATCH] update docs --- doc/api/public_api.rst | 24 +++++++++++++++++++----- 1 files changed, 19 insertions(+), 5 deletions(-) diff --git a/doc/api/public_api.rst b/doc/api/public_api.rst index 051e84f..803c1fb 100644 --- a/doc/api/public_api.rst +++ b/doc/api/public_api.rst @@ -1,8 +1,22 @@ +####################################### +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 -- Gitblit v1.9.1