From d8fcdf973f5cb5eedfe0c47c493b18df72a8d70c Mon Sep 17 00:00:00 2001 From: Robert Roebling Date: Fri, 24 Aug 2007 10:01:49 +0000 Subject: [PATCH] remove _ from labels git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48358 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- docs/latex/wx/list.tex | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/latex/wx/list.tex b/docs/latex/wx/list.tex index 38008370ac..6eeecb52c3 100644 --- a/docs/latex/wx/list.tex +++ b/docs/latex/wx/list.tex @@ -334,31 +334,31 @@ Returns the first item in the list. Inserts an item (or several) at the given position. -\membersection{wxList::max\_size}\label{wxlistmax\_size} +\membersection{wxList::max\_size}\label{wxlistmaxsize} \constfunc{size\_type}{max\_size}{\void} Returns the largest possible size of the list. -\membersection{wxList::pop\_back}\label{wxlistpop\_back} +\membersection{wxList::pop\_back}\label{wxlistpopback} \func{void}{pop\_back}{\void} Removes the last item from the list. -\membersection{wxList::pop\_front}\label{wxlistpop\_front} +\membersection{wxList::pop\_front}\label{wxlistpopfront} \func{void}{pop\_front}{\void} Removes the first item from the list. -\membersection{wxList::push\_back}\label{wxlistpush\_back} +\membersection{wxList::push\_back}\label{wxlistpushback} \func{void}{push\_back}{\param{const\_reference }{v = value\_type()}} Adds an item to end of the list. -\membersection{wxList::push\_front}\label{wxlistpush\_front} +\membersection{wxList::push\_front}\label{wxlistpushfront} \func{void}{push\_front}{\param{const\_reference }{v = value\_type()}} -- 2.47.2