From e094734a89f2daa1b716222f17d095a74a01c6d8 Mon Sep 17 00:00:00 2001 From: PB Date: Sun, 24 Jan 2021 21:58:59 +0100 Subject: [PATCH] Fix numbered list in wxMenuEvent docs Just remove the empty line which prevented doxygen from generating a numbered list. --- interface/wx/event.h | 1 - 1 file changed, 1 deletion(-) diff --git a/interface/wx/event.h b/interface/wx/event.h index 061c5de997..4569828947 100644 --- a/interface/wx/event.h +++ b/interface/wx/event.h @@ -4479,7 +4479,6 @@ public: wxMenuBar, attached to wxFrame, and popup menus shown by wxWindow::PopupMenu(). They are sent to the following objects until one of them handles the event: - -# The menu object itself, as returned by GetMenu(), if any. -# The wxMenuBar to which this menu is attached, if any. -# The window associated with the menu, e.g. the one calling