From 03b4fe6c73fb95046e34a0f88d7e71a12ed2ae44 Mon Sep 17 00:00:00 2001 From: Marcus Winter Date: Wed, 17 Feb 2016 12:45:13 +0100 Subject: [PATCH] base_cpp: fixed cpplint warnigs --- base_cpp/include/embb/base/log.h | 23 +++++++++++------------ 1 file changed, 11 insertions(+), 12 deletions(-) diff --git a/base_cpp/include/embb/base/log.h b/base_cpp/include/embb/base/log.h index 6c5befb..b9a398a 100644 --- a/base_cpp/include/embb/base/log.h +++ b/base_cpp/include/embb/base/log.h @@ -92,8 +92,8 @@ class Log { embb_log_level_t log_level, /**< [in] Log level to use */ char const * message, /**< [in] Message to convey, may use \c printf style formatting */ - ... /**< Additional parameters determined by - the format specifiers in + ... /**< Additional parameters determined + by the format specifiers in \c message */ ); @@ -107,8 +107,8 @@ class Log { char const * channel, /**< [in] User specified channel id */ char const * message, /**< [in] Message to convey, may use \c printf style formatting */ - ... /**< Additional parameters determined by - the format specifiers in + ... /**< Additional parameters determined + by the format specifiers in \c message */ ); @@ -122,8 +122,8 @@ class Log { char const * channel, /**< [in] User specified channel id */ char const * message, /**< [in] Message to convey, may use \c printf style formatting */ - ... /**< Additional parameters determined by - the format specifiers in + ... /**< Additional parameters determined + by the format specifiers in \c message */ ); @@ -136,8 +136,8 @@ class Log { char const * channel, /**< [in] User specified channel id */ char const * message, /**< [in] Message to convey, may use \c printf style formatting */ - ... /**< Additional parameters determined by - the format specifiers in + ... /**< Additional parameters determined + by the format specifiers in \c message */ ); @@ -150,14 +150,13 @@ class Log { char const * channel, /**< [in] User specified channel id */ char const * message, /**< [in] Message to convey, may use \c printf style formatting */ - ... /**< Additional parameters determined by - the format specifiers in + ... /**< Additional parameters determined + by the format specifiers in \c message */ ); - }; } // namespace base } // namespace embb -#endif /* EMBB_BASE_LOG_H_ */ +#endif // EMBB_BASE_LOG_H_ -- libgit2 0.26.0