Update code docs

This commit is contained in:
Michael Friedrich 2018-10-25 14:14:19 +02:00
parent fcc1799a5d
commit a4b48fc7f4
1 changed files with 2 additions and 1 deletions

View File

@ -584,7 +584,8 @@ void ApiListener::ClearLastFailedZonesStageValidation()
/**
* Generate a config checksum.
*
* @param
* @param content String content used for generating the checksum.
* @returns The checksum as string.
*/
String ApiListener::GetChecksum(const String& content)
{