From 8c142f0e9879b845b948155fee9d97ac211a63e8 Mon Sep 17 00:00:00 2001 From: Colin Clark Date: Thu, 23 Jun 2022 15:56:49 +0100 Subject: [PATCH] Fix doc. error: doxygen - anonymous enum Doxygen cannot document an anonymous enum, so use a Note instead. --- src/editors.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/editors.h b/src/editors.h index 24509736..2ca570b1 100644 --- a/src/editors.h +++ b/src/editors.h @@ -66,8 +66,8 @@ struct _EditorDescription { /** - * @enum - * return values from callback function + * @note EDITOR_CB_*: + * Return values from callback function */ enum { EDITOR_CB_CONTINUE = 0, /**< continue multiple editor execution on remaining files*/ -- 2.20.1