gcontini
2020-03-08 4467a957a498b93dbcaefbad97df24b43dfbc99d
include/licensecc/licensecc.h
@@ -1,3 +1,6 @@
/** \addtogroup api
 * @{
 */
#ifndef LICENSEPP_H_
#define LICENSEPP_H_
@@ -19,7 +22,7 @@
void print_error(char out_buffer[LCC_API_ERROR_BUFFER_SIZE], LicenseInfo* licenseInfo);
/**
 * This method calculates the pc identifier. The string need to be shown to the user and given back to the software
 * This method calculates the hardware identifier. The string need to be shown to the user and given back to the software
 * editor when issuing a license.
 *  pc_id_method = STRATEGY_DEFAULT usually works.
 */
@@ -57,3 +60,6 @@
#endif
#endif
/**
 * @}
 */