Commit 03b4fe6c by Marcus Winter

base_cpp: fixed cpplint warnigs

parent 93b21bde
...@@ -92,8 +92,8 @@ class Log { ...@@ -92,8 +92,8 @@ class Log {
embb_log_level_t log_level, /**< [in] Log level to use */ embb_log_level_t log_level, /**< [in] Log level to use */
char const * message, /**< [in] Message to convey, may use char const * message, /**< [in] Message to convey, may use
\c printf style formatting */ \c printf style formatting */
... /**< Additional parameters determined by ... /**< Additional parameters determined
the format specifiers in by the format specifiers in
\c message */ \c message */
); );
...@@ -107,8 +107,8 @@ class Log { ...@@ -107,8 +107,8 @@ class Log {
char const * channel, /**< [in] User specified channel id */ char const * channel, /**< [in] User specified channel id */
char const * message, /**< [in] Message to convey, may use char const * message, /**< [in] Message to convey, may use
\c printf style formatting */ \c printf style formatting */
... /**< Additional parameters determined by ... /**< Additional parameters determined
the format specifiers in by the format specifiers in
\c message */ \c message */
); );
...@@ -122,8 +122,8 @@ class Log { ...@@ -122,8 +122,8 @@ class Log {
char const * channel, /**< [in] User specified channel id */ char const * channel, /**< [in] User specified channel id */
char const * message, /**< [in] Message to convey, may use char const * message, /**< [in] Message to convey, may use
\c printf style formatting */ \c printf style formatting */
... /**< Additional parameters determined by ... /**< Additional parameters determined
the format specifiers in by the format specifiers in
\c message */ \c message */
); );
...@@ -136,8 +136,8 @@ class Log { ...@@ -136,8 +136,8 @@ class Log {
char const * channel, /**< [in] User specified channel id */ char const * channel, /**< [in] User specified channel id */
char const * message, /**< [in] Message to convey, may use char const * message, /**< [in] Message to convey, may use
\c printf style formatting */ \c printf style formatting */
... /**< Additional parameters determined by ... /**< Additional parameters determined
the format specifiers in by the format specifiers in
\c message */ \c message */
); );
...@@ -150,14 +150,13 @@ class Log { ...@@ -150,14 +150,13 @@ class Log {
char const * channel, /**< [in] User specified channel id */ char const * channel, /**< [in] User specified channel id */
char const * message, /**< [in] Message to convey, may use char const * message, /**< [in] Message to convey, may use
\c printf style formatting */ \c printf style formatting */
... /**< Additional parameters determined by ... /**< Additional parameters determined
the format specifiers in by the format specifiers in
\c message */ \c message */
); );
}; };
} // namespace base } // namespace base
} // namespace embb } // namespace embb
#endif /* EMBB_BASE_LOG_H_ */ #endif // EMBB_BASE_LOG_H_
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment