From 7dc29aa3b7353251dd77bbed4e7ec5b7c73a84b6 Mon Sep 17 00:00:00 2001 From: Brendan Le Foll Date: Tue, 18 Nov 2014 15:56:33 +0000 Subject: [PATCH] common.hpp: add missing docstring param for setLogLevel Signed-off-by: Brendan Le Foll --- api/mraa/common.hpp | 1 + 1 file changed, 1 insertion(+) diff --git a/api/mraa/common.hpp b/api/mraa/common.hpp index 6fe2ce2..1e8afd1 100644 --- a/api/mraa/common.hpp +++ b/api/mraa/common.hpp @@ -120,6 +120,7 @@ inline unsigned int adcSupportedBits() * Sets the log level to use from 0-7 where 7 is very verbose. These are the * syslog log levels, see syslog(3) for more information on the levels. * + * @param level * @return Result of operation */ inline mraa_result_t setLogLevel(int level)