Fix badly formatted Doxygen references in wxStandardID

@ref label argument must be on the same line.
This commit is contained in:
Vadim Zeitlin
2018-08-18 11:10:45 +02:00
parent ad224330c0
commit 44efb4e3a4

View File

@@ -557,8 +557,9 @@ enum wxBackgroundStyle
Notice that some, but @em not all, of these IDs are also stock IDs, i.e. 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 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 which will be provided by the underlying platform itself. See
list of stock items" for the subset of standard IDs which are stock IDs as well. @ref page_stockitems "the list of stock items" for the subset of standard
IDs which are stock IDs as well.
*/ */
enum wxStandardID enum wxStandardID
{ {