From bc4ccc2085d8deba88418bd6de6ea372e0854b57 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Wed, 26 Jun 2019 12:26:28 +0100 Subject: [PATCH] pixel-formats: Remove duplicate doc string pixel_format_get_info() is already documented in the headers; no need to also document it next to the code. Signed-off-by: Daniel Stone --- libweston/pixel-formats.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libweston/pixel-formats.c b/libweston/pixel-formats.c index b425930e..b96f3b21 100644 --- a/libweston/pixel-formats.c +++ b/libweston/pixel-formats.c @@ -387,10 +387,6 @@ pixel_format_get_info_shm(uint32_t format) return pixel_format_get_info(format); } -/** Retrieve a pixel format information structure from a DRM FOURCC format - * - * \param format a DRM FOURCC format - */ WL_EXPORT const struct pixel_format_info * pixel_format_get_info(uint32_t format) {