From a4b48fc7f4d1db61447d072abf64bc4335a5f48a Mon Sep 17 00:00:00 2001 From: Michael Friedrich Date: Thu, 25 Oct 2018 14:14:19 +0200 Subject: [PATCH] Update code docs --- lib/remote/apilistener-filesync.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/remote/apilistener-filesync.cpp b/lib/remote/apilistener-filesync.cpp index cec19e580..b6aad6428 100644 --- a/lib/remote/apilistener-filesync.cpp +++ b/lib/remote/apilistener-filesync.cpp @@ -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) { -- 2.40.0