X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/30738aae14dfbce0c492d8696c861947228028c2..7df4c51f6021fbf1b204db918a1cc5c4ddff31cc:/docs/doxygen/overviews/dialog.h?ds=sidebyside diff --git a/docs/doxygen/overviews/dialog.h b/docs/doxygen/overviews/dialog.h index 691736e40b..ed2abe382a 100644 --- a/docs/doxygen/overviews/dialog.h +++ b/docs/doxygen/overviews/dialog.h @@ -6,9 +6,9 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/*! +/** - @page overview_dialog wxDialog overview + @page overview_dialog wxDialog Overview Classes: wxDialog, wxDialogLayoutAdapter @@ -22,7 +22,7 @@ until the dialog box is dismissed. For a set of dialog convenience functions, including file selection, see - @ref overview_dialogfunctions. + @ref page_func_cat_dialog. See also wxTopLevelWindow and wxWindow for inherited member functions. Validation of data in controls is covered in @ref overview_validator.