From 44efb4e3a40f319ff09c8d4b795130c97cc997dc Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 18 Aug 2018 11:10:45 +0200 Subject: [PATCH] Fix badly formatted Doxygen references in wxStandardID @ref label argument must be on the same line. --- interface/wx/defs.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/interface/wx/defs.h b/interface/wx/defs.h index 3bf4f67723..eb9c7035b9 100644 --- a/interface/wx/defs.h +++ b/interface/wx/defs.h @@ -557,8 +557,9 @@ enum wxBackgroundStyle Notice that some, but @em not all, of these IDs are also stock IDs, i.e. you can use them for the button or menu items without specifying the label - which will be provided by the underlying platform itself. See @ref page_stockitems "the - list of stock items" for the subset of standard IDs which are stock IDs as well. + which will be provided by the underlying platform itself. See + @ref page_stockitems "the list of stock items" for the subset of standard + IDs which are stock IDs as well. */ enum wxStandardID {