Doc fixes N-Z edition. Thanks to Arnout for pointing these out. Also I fixed some others as I went along...
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31805 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -226,19 +226,19 @@ The created IO buffer is growable by the object.
|
||||
|
||||
\membersection{wxStreamBuffer::GetBufferStart}\label{wxstreambuffergetbufferstart}
|
||||
|
||||
\constfunc{char *}{GetBufferStart}{\void}
|
||||
\constfunc{void *}{GetBufferStart}{\void}
|
||||
|
||||
Returns a pointer on the start of the stream buffer.
|
||||
|
||||
\membersection{wxStreamBuffer::GetBufferEnd}\label{wxstreambuffergetbufferend}
|
||||
|
||||
\constfunc{char *}{GetBufferEnd}{\void}
|
||||
\constfunc{void *}{GetBufferEnd}{\void}
|
||||
|
||||
Returns a pointer on the end of the stream buffer.
|
||||
|
||||
\membersection{wxStreamBuffer::GetBufferPos}\label{wxstreambuffergetbufferpos}
|
||||
|
||||
\constfunc{char *}{GetBufferPos}{\void}
|
||||
\constfunc{void *}{GetBufferPos}{\void}
|
||||
|
||||
Returns a pointer on the current position of the stream buffer.
|
||||
|
||||
|
Reference in New Issue
Block a user