From cdd0430b372e16f903abd1ce3bf9e385c513e6d3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sat, 15 Dec 2018 23:34:01 +0100 Subject: [PATCH] Remove hard TABs from documentation files No real changes. --- interface/wx/aui/framemanager.h | 2 +- interface/wx/listbox.h | 6 +++--- interface/wx/log.h | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/interface/wx/aui/framemanager.h b/interface/wx/aui/framemanager.h index 0c0ba66a0f..9daa9d888a 100644 --- a/interface/wx/aui/framemanager.h +++ b/interface/wx/aui/framemanager.h @@ -908,7 +908,7 @@ public: "Safe parts" are all non-UI elements (e.g. all layout determining parameters like the size, position etc.). "Unsafe parts" (pointers to button, frame and window) are not modified by this write operation. - + @remark This method is used when loading perspectives. */ void SafeSet(wxAuiPaneInfo source); diff --git a/interface/wx/listbox.h b/interface/wx/listbox.h index 00b4c53338..7ccb4513e3 100644 --- a/interface/wx/listbox.h +++ b/interface/wx/listbox.h @@ -61,9 +61,9 @@ list is selected or the selection changes. @event{EVT_LISTBOX_DCLICK(id, func)} Process a @c wxEVT_LISTBOX_DCLICK event, when the listbox - is double-clicked. On some platforms (notably wxGTK2) - pressing the enter key is handled as an equivalent of a - double-click. + is double-clicked. On some platforms (notably wxGTK2) + pressing the enter key is handled as an equivalent of a + double-click. @endEventTable @library{wxcore} diff --git a/interface/wx/log.h b/interface/wx/log.h index a701af81af..53bb403bc6 100644 --- a/interface/wx/log.h +++ b/interface/wx/log.h @@ -801,7 +801,7 @@ public: The messages will be written in the encoding specified by the given @c wxMBConv. - The @a conv argument is only available in wxWidgets 3.1.1 and later. + The @a conv argument is only available in wxWidgets 3.1.1 and later. @note In practice, it is only advisable to specify @c wxConvUTF8 as