From 172c80204f331037bcf9f3120706f7078e5908eb Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Fri, 13 May 2011 00:49:59 -0400 Subject: [PATCH] [splittiming] doxygen test with transplanting. --- src/ScreenEdit.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ScreenEdit.h b/src/ScreenEdit.h index eb36e539e2..f76c56a020 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,