From f3697151776ee46d327ffeb69a7e9859cdcb0284 Mon Sep 17 00:00:00 2001 From: Kent Gibson Date: Fri, 9 Jun 2023 12:07:37 +0800 Subject: [PATCH] doc: fix line_config documentation generation The line configuration is missing from the generated documentation as the comment for the defgroup is a normal comment, not a doc comment. Add the asterisk to make the section a doc comment. Signed-off-by: Kent Gibson Signed-off-by: Bartosz Golaszewski --- include/gpiod.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/gpiod.h b/include/gpiod.h index d1833de..5d4b6af 100644 --- a/include/gpiod.h +++ b/include/gpiod.h @@ -715,7 +715,7 @@ int gpiod_line_settings_set_output_value(struct gpiod_line_settings *settings, enum gpiod_line_value gpiod_line_settings_get_output_value(struct gpiod_line_settings *settings); -/* +/** * @} * * @defgroup line_config Line configuration objects -- 2.30.2