]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/windowdeletion.h
The usual fix for PCH-less compilation after the last commit.
[wxWidgets.git] / docs / doxygen / overviews / windowdeletion.h
index 420b4c166480a8e668f9b946981f1e7f10ea5ddf..d9443b79ab7cb34ce06c92f64fc7b4905c683b37 100644 (file)
@@ -3,12 +3,12 @@
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /////////////////////////////////////////////////////////////////////////////
 
-/*!
+/**
 
 
-@page overview_windowdeletion Window Deletion Overview
+@page overview_windowdeletion Window Deletion
 
 Classes: wxCloseEvent, wxWindow
 
 
 Classes: wxCloseEvent, wxWindow
 
@@ -16,6 +16,17 @@ Window deletion can be a confusing subject, so this overview is provided to
 help make it clear when and how you delete windows, or respond to user requests
 to close windows.
 
 help make it clear when and how you delete windows, or respond to user requests
 to close windows.
 
+@li @ref overview_windowdeletion_sequence
+@li @ref overview_windowdeletion_close
+@li @ref overview_windowdeletion_default
+@li @ref overview_windowdeletion_menuexit
+@li @ref overview_windowdeletion_exitapp
+@li @ref overview_windowdeletion_deletion
+@li @ref overview_windowdeletion_windowkinds
+
+
+<hr>
+
 
 @section overview_windowdeletion_sequence Sequence of Events During Window Deletion
 
 
 @section overview_windowdeletion_sequence Sequence of Events During Window Deletion