From 1492829f82521c07732b5a7df2d722dd88574835 Mon Sep 17 00:00:00 2001 From: Kevin Bracey Date: Tue, 18 Sep 2018 12:35:34 +0300 Subject: [PATCH] poll: Un-doxygen internal comment --- platform/mbed_poll.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/mbed_poll.cpp b/platform/mbed_poll.cpp index 6d8341020d..5ca1b9a328 100644 --- a/platform/mbed_poll.cpp +++ b/platform/mbed_poll.cpp @@ -29,7 +29,7 @@ namespace mbed { // timeout -1 forever, or milliseconds int poll(pollfh fhs[], unsigned nfhs, int timeout) { - /** + /* * TODO Proper wake-up mechanism. * In order to correctly detect availability of read/write a FileHandle, we needed * a select or poll mechanisms. We opted for poll as POSIX defines in