diff options
author | Yuta Doi <yuta-d@witz-inc.co.jp> | 2017-11-10 17:41:05 +0900 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-11-10 14:34:08 +0000 |
commit | c392fff74872af6d4f165ff3f854d19f390ec0ee (patch) | |
tree | cefb2683252e645196c96b3f3e0de5470e16bae7 /src/main.cpp | |
parent | 0b1d9ca2550bdb877d065a74e4debcc95c4e7b98 (diff) |
Remove and replace the comments
Remove the unnecessary comments
and replace ascii-art comments with doxygen format.
Change-Id: Id1abf56db58070a83f403a1f8280bc9888e7de09
Signed-off-by: Yuta Doi <yuta-d@witz-inc.co.jp>
Diffstat (limited to 'src/main.cpp')
-rwxr-xr-x | src/main.cpp | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/src/main.cpp b/src/main.cpp index 3a41a50..c615d3a 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -86,12 +86,9 @@ error: return -1; } -// _ _ _ _ _ _ _ ____ -// | |__ (_)_ __ __| (_)_ __ __ _ (_)_ __ (_) |_ / /\ \ -// | '_ \| | '_ \ / _` | | '_ \ / _` | | | '_ \| | __| | | | -// | |_) | | | | | (_| | | | | | (_| | | | | | | | |_| | | | -// |_.__/|_|_| |_|\__,_|_|_| |_|\__, |___|_|_| |_|_|\__| | | | -// |___/_____| \_\/_/ +/** + * binding_init_() + */ int binding_init_() { HMI_NOTICE("wm", "WinMan ver. %s", WINMAN_VERSION_STRING); |