From 6a37636b114dcef07308fe8ef8eb6d094151591d Mon Sep 17 00:00:00 2001 From: Bryan Petty Date: Tue, 10 Feb 2009 00:38:20 +0000 Subject: [PATCH] Fixed section identifiers (the added section needed a unique id) in topic overviews page in the manual. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58821 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/doxygen/mainpages/topics.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/doxygen/mainpages/topics.h b/docs/doxygen/mainpages/topics.h index 288769a4c4..5eb2ecc24a 100644 --- a/docs/doxygen/mainpages/topics.h +++ b/docs/doxygen/mainpages/topics.h @@ -19,6 +19,7 @@ The following is a basic categorization of them: @li @ref page_topics_drawing @li @ref page_topics_gui @li @ref page_topics_indivctrl +@li @ref page_topics_other
@@ -94,7 +95,7 @@ The following is a basic categorization of them: @li @subpage overview_tips @li @subpage overview_docview -@section page_topics_programming Other wxWidgets Programming Overviews +@section page_topics_other Other wxWidgets Programming Overviews @li @subpage overview_backwardcompat @li @subpage overview_exceptions -- 2.50.0