From 80f33c0c8c406f6b081ac09aba97075c3bb276b3 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 11 Apr 2021 13:14:27 +0200 Subject: [PATCH] Order topics of "Starting" section in more logical order In particular, put "notes" at the end of this section instead of the very beginning as it's definitely not the most important part here. --- docs/doxygen/mainpages/topics.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/doxygen/mainpages/topics.h b/docs/doxygen/mainpages/topics.h index ceb5b4c6ea..59aea014ab 100644 --- a/docs/doxygen/mainpages/topics.h +++ b/docs/doxygen/mainpages/topics.h @@ -18,10 +18,10 @@ topics related to building applications with wxWidgets. @section page_topics_starting Starting with wxWidgets -@li @subpage overview_referencenotes -@li @subpage overview_roughguide @li @subpage overview_helloworld +@li @subpage overview_roughguide @li @subpage overview_cmake +@li @subpage overview_referencenotes @section page_topics_programming Important wxWidgets Topics