From 4bb1fe8e0a397c6ccfa6f272a367c5f31071eb21 Mon Sep 17 00:00:00 2001 From: Ian McInerney Date: Fri, 21 May 2021 02:15:32 +0100 Subject: [PATCH] Fix doxygen section bugs --- docs/x11/install.md | 2 +- interface/wx/listctrl.h | 2 +- interface/wx/webview.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/x11/install.md b/docs/x11/install.md index 579bd88fc8..e28eb919b4 100644 --- a/docs/x11/install.md +++ b/docs/x11/install.md @@ -16,7 +16,7 @@ IMPORTANT NOTE: example: wxX11 2.8.0, gcc 2.95.4, Redhat 6.2 First steps {#x11_first_steps} ------------ +=========== - Download wxX11-x.y.z.tgz, where x.y.z is the version number. Download documentation in a preferred format, such as diff --git a/interface/wx/listctrl.h b/interface/wx/listctrl.h index b0bba1a9a7..f8d45031a2 100644 --- a/interface/wx/listctrl.h +++ b/interface/wx/listctrl.h @@ -151,7 +151,7 @@ enum 2.8 was removed in wxWidgets 3.1, meaning for wxWidgets 3.1+ wxOSX uses the generic implementation for all modes. - @subsection column_order Column Ordering + @section column_order Column Ordering By default, the columns of a list control appear on the screen in order of their indices, i.e. column 0 appears first, then column 1 next, diff --git a/interface/wx/webview.h b/interface/wx/webview.h index 65c92437e2..2f330d7d78 100644 --- a/interface/wx/webview.h +++ b/interface/wx/webview.h @@ -309,7 +309,7 @@ public: WebKit on macOS and GTK. This allows the correct viewing of complex pages with JavaScript and CSS. - @section descriptions Backend Descriptions + @section backend_descriptions Backend Descriptions This class supports using multiple backends, corresponding to different implementations of the same functionality. Under macOS and Unix platforms