]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/bufferclasses.h
Fix broken and missing DataView interface items for Phoenix
[wxWidgets.git] / docs / doxygen / overviews / bufferclasses.h
index 70c0d8e6813220f268e1eb24e3dd557855dbc314..d44c911e8b0a59d45156e506e1e07c360cf9033f 100644 (file)
@@ -3,13 +3,15 @@
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 
 @page overview_bufferclasses Buffer Classes
 
+@tableofcontents
+
 wxWidgets uses two classes of classes for dealing with buffers in memory.
 
 The first is one for dealing with character buffers, namely wxCharBuffer for
@@ -19,10 +21,6 @@ wide character c strings.
 Secondly, wxWidgets uses, although only rarely currently, wxMemoryBuffer for
 dealing with raw buffers in memory.
 
-@li @ref overview_bufferclasses_xcb
-
-
-<hr>
 
 
 @section overview_bufferclasses_xcb wxXCharBuffer
@@ -46,4 +44,3 @@ the buffer and don't want wxCharBuffer to delete it on destruction, use the
 member function release to do so.
 
 */
-