]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/richtextctrl.h
Update and reorganize XRC overview to make it more useful.
[wxWidgets.git] / docs / doxygen / overviews / richtextctrl.h
index 14515089cbf3d4bd80f54e6a787be78fcf0edb68..6d33cf5a70b9fef3f0c94c5160af7c5311d736bd 100644 (file)
@@ -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