From: Colin Clark Date: Thu, 23 Jun 2022 14:56:49 +0000 (+0100) Subject: Fix doc. error: doxygen - anonymous enum X-Git-Tag: gtk2final~7 X-Git-Url: http://geeqie.org/cgi-bin/gitweb.cgi?p=geeqie.git;a=commitdiff_plain;h=8c142f0e9879b845b948155fee9d97ac211a63e8 Fix doc. error: doxygen - anonymous enum Doxygen cannot document an anonymous enum, so use a Note instead. --- 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*/