Added documentation to identiconpp_base64().
This commit is contained in:
parent
da2b64b159
commit
5be366f3cb
|
@ -75,6 +75,11 @@ extern "C"
|
||||||
*/
|
*/
|
||||||
uint64_t identiconpp_generate(const char magick[],
|
uint64_t identiconpp_generate(const char magick[],
|
||||||
const char digest[], const uint16_t width);
|
const char digest[], const uint16_t width);
|
||||||
|
|
||||||
|
/*!
|
||||||
|
* @brief Return base64-encoded string of the image generated with
|
||||||
|
* identiconpp_generate().
|
||||||
|
*/
|
||||||
const char *identiconpp_base64();
|
const char *identiconpp_base64();
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|
Loading…
Reference in New Issue
Block a user