From c33b400c9380ed24240c3e81d0d240fecceab306 Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 13 May 2011 00:49:59 -0400 Subject: [PATCH] Transplant latest doxygen from [splittiming]. --- src/ScreenEdit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ScreenEdit.h b/src/ScreenEdit.h index ea10ca22a2..4de415230b 100644 --- a/src/ScreenEdit.h +++ b/src/ScreenEdit.h @@ -71,8 +71,8 @@ enum EditButton EDIT_BUTTON_SCROLL_NEXT, EDIT_BUTTON_SCROLL_PREV, - EDIT_BUTTON_LABEL_NEXT, - EDIT_BUTTON_LABEL_PREV, + EDIT_BUTTON_LABEL_NEXT, /**< Jump to the start of the next label downward. */ + EDIT_BUTTON_LABEL_PREV, /**< Jump to the start of the previous label upward. */ // These are modifiers to EDIT_BUTTON_SCROLL_*. EDIT_BUTTON_SCROLL_SELECT,