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:
Julian Smart
2005-02-20 18:25:14 +00:00
parent b9e34846ec
commit bee44427ef
4 changed files with 5 additions and 5 deletions

View File

@@ -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}

View File

@@ -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}

View File

@@ -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}

View File

@@ -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}}}