From 0d3cd872a6ab5a14cfb66bb7faa5a6d83ad3c5ea Mon Sep 17 00:00:00 2001 From: Saya Sugiura Date: Mon, 8 Jul 2019 16:25:05 +0900 Subject: doxygen: Get rid of warnings Signed-off-by: Saya Sugiura --- src/daemon/dlt_daemon_event_handler.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/daemon/dlt_daemon_event_handler.c') diff --git a/src/daemon/dlt_daemon_event_handler.c b/src/daemon/dlt_daemon_event_handler.c index b2af56b..d514c9d 100644 --- a/src/daemon/dlt_daemon_event_handler.c +++ b/src/daemon/dlt_daemon_event_handler.c @@ -59,7 +59,7 @@ * * That ensures that no event will be mis-watched. * - * @param pfd: The element to initialize + * @param pfd The element to initialize */ static void init_poll_fd(struct pollfd *pfd) { @@ -104,9 +104,9 @@ int dlt_daemon_prepare_event_handling(DltEventHandler *ev) * Adds a file descriptor to the descriptor list. If the list is to small, * increase its size. * - * @param ev: The event handler structure, containing the list - * @param fd: The file descriptor to add - * @param mask: The mask of event to be watched + * @param ev The event handler structure, containing the list + * @param fd The file descriptor to add + * @param mask The mask of event to be watched */ static void dlt_event_handler_enable_fd(DltEventHandler *ev, int fd, int mask) { @@ -138,8 +138,8 @@ static void dlt_event_handler_enable_fd(DltEventHandler *ev, int fd, int mask) * The file descriptor is removed from the descriptor list, the list is * compressed during the process. * - * @param ev: The event handler structure containing the list - * @param fd: The file descriptor to be removed + * @param ev The event handler structure containing the list + * @param fd The file descriptor to be removed */ static void dlt_event_handler_disable_fd(DltEventHandler *ev, int fd) { -- cgit v1.2.1