Duplicate label corrections
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32262 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -459,7 +459,7 @@ Construct iterator that returns all the entries in the archive input
|
||||
stream {\it arc}.
|
||||
|
||||
|
||||
\membersection{wxArchiveIterator::operator*}\label{wxarchiveiteratoroperatorunknown}
|
||||
\membersection{wxArchiveIterator::operator*}\label{wxarchiveiteratoroperatorstar}
|
||||
|
||||
\constfunc{const T\&}{operator*}{\void}
|
||||
|
||||
@@ -467,7 +467,7 @@ Returns an entry object from the archive input stream, giving away
|
||||
ownership.
|
||||
|
||||
|
||||
\membersection{wxArchiveIterator::operator++}\label{wxarchiveiteratoroperatorunknown}
|
||||
\membersection{wxArchiveIterator::operator++}\label{wxarchiveiteratoroperatorincrement}
|
||||
|
||||
\func{wxArchiveIterator\&}{operator++}{\void}
|
||||
|
||||
|
||||
@@ -105,7 +105,7 @@ Reads a 32 bit unsigned integer from the stream.
|
||||
Reads 32 bit unsigned integers from the stream in a specified buffer. the amount of
|
||||
32 bit unsigned integer to read is specified by the {\it size} variable.
|
||||
|
||||
\membersection{wxDataInputStream::Read64}\label{wxdatainputstreamread32}
|
||||
\membersection{wxDataInputStream::Read64}\label{wxdatainputstreamread64}
|
||||
|
||||
\func{wxUint64}{Read64}{\void}
|
||||
|
||||
|
||||
@@ -94,7 +94,7 @@ Returns true if no error occurred on the stream.
|
||||
\helpref{GetLastError}{wxstreambasegetlasterror}
|
||||
|
||||
|
||||
\membersection{wxStreamBase::IsSeekable}\label{wxstreambaseisok}
|
||||
\membersection{wxStreamBase::IsSeekable}\label{wxstreambaseisseekable}
|
||||
|
||||
\constfunc{bool}{IsSeekable}{\void}
|
||||
|
||||
|
||||
@@ -849,7 +849,7 @@ tree->GetItemData(item)->SetData(data).}
|
||||
\end{twocollist}}
|
||||
}%
|
||||
|
||||
\membersection{wxTreeCtrl::SetItemDropHighlight}\label{wxtreectrlsetitemfont}
|
||||
\membersection{wxTreeCtrl::SetItemDropHighlight}\label{wxtreectrlsetitemdrophighlight}
|
||||
|
||||
\func{void}{SetItemDropHighlight}{\param{const wxTreeItemId\&}{ item}, \param{bool}{highlight = {\tt true}}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user