Fix doc. error: doxygen - anonymous enum
authorColin Clark <colin.clark@cclark.uk>
Thu, 23 Jun 2022 14:56:49 +0000 (15:56 +0100)
committerColin Clark <colin.clark@cclark.uk>
Thu, 23 Jun 2022 14:56:49 +0000 (15:56 +0100)
Doxygen cannot document an anonymous enum, so use a Note instead.

src/editors.h

index 2450973..2ca570b 100644 (file)
@@ -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*/