]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/doxygen/overviews/bufferclasses.h
Added control over whether size and position units can be changed, and also size...
[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$
 // Purpose:     topic overview
 // Author:      wxWidgets team
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 
 @page overview_bufferclasses Buffer Classes
 
 /////////////////////////////////////////////////////////////////////////////
 
 /**
 
 @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
 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.
 
 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
 
 
 @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.
 
 */
 member function release to do so.
 
 */
-