From 6ee60d39aaba4dd1c26bd040a5c9d95dc9c19672 Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Sat, 1 Nov 2014 12:11:44 +0000 Subject: [PATCH] Fixed missing parameter in Doxygen comment. --- src/api/api.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/api/api.h b/src/api/api.h index da880fcb..f02949e4 100644 --- a/src/api/api.h +++ b/src/api/api.h @@ -469,6 +469,8 @@ extern "C" * @brief Get the given masterlist's revision. * @details Getting a masterlist's revision is only possible if it is * found inside a local Git repository. + * @param db + * The database the function acts on. * @param masterlistPath * A string containing the relative or absolute path to the masterlist * file that should be queried.