X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07fa8f78f82cd01ef4034a489419da9e86499b18..7df4c51f6021fbf1b204db918a1cc5c4ddff31cc:/docs/doxygen/overviews/richtextctrl.h?ds=sidebyside diff --git a/docs/doxygen/overviews/richtextctrl.h b/docs/doxygen/overviews/richtextctrl.h index 14515089cb..6f3dd7ea4b 100644 --- a/docs/doxygen/overviews/richtextctrl.h +++ b/docs/doxygen/overviews/richtextctrl.h @@ -6,7 +6,7 @@ // Licence: wxWindows license ///////////////////////////////////////////////////////////////////////////// -/*! +/** @page overview_richtextctrl wxRichTextCtrl Overview @@ -89,10 +89,7 @@ You might mitigate this by providing the choice between wxTextCtrl and wxRichTextCtrl, with fewer features in the former case. A good way to understand wxRichTextCtrl's capabilities is to compile and run -the sample, @c samples/richtext, and browse the code. The following screenshot -shows the sample in action: - -@image html richtextctrl.bmp +the sample, @c samples/richtext, and browse the code. @section overview_richtextctrl_example Code Example