X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/07fa8f78f82cd01ef4034a489419da9e86499b18..5fcef184095e69f39a86c6daa6fb08ad3e3587d8:/docs/doxygen/overviews/richtextctrl.h diff --git a/docs/doxygen/overviews/richtextctrl.h b/docs/doxygen/overviews/richtextctrl.h index 14515089cb..6d33cf5a70 100644 --- a/docs/doxygen/overviews/richtextctrl.h +++ b/docs/doxygen/overviews/richtextctrl.h @@ -3,10 +3,10 @@ // Purpose: topic overview // Author: wxWidgets team // RCS-ID: $Id$ -// Licence: wxWindows license +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// -/*! +/** @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