fixed broken TeX markup which resulted in broken links

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20845 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2003-06-01 21:20:07 +00:00
parent feb6856235
commit 53ae92099f

View File

@@ -71,7 +71,7 @@ Constructs the date span object for the given number of years, months, weeks
and days. Note that the weeks and days add together if both are given. and days. Note that the weeks and days add together if both are given.
% wxDateSpan::Add % wxDateSpan::Add
\membersection{wxDateSpan::Add}{wxdatespanadd} \membersection{wxDateSpan::Add}\label{wxdatespanadd}
\constfunc{wxDateSpan}{Add}{\param{const wxDateSpan\& }{other}} \constfunc{wxDateSpan}{Add}{\param{const wxDateSpan\& }{other}}
@@ -83,7 +83,7 @@ Returns the sum of two date spans. The first version returns a new object, the
second and third ones modify this object in place. second and third ones modify this object in place.
% wxDateSpan::Day % wxDateSpan::Day
\membersection{wxDateSpan::Day}{wxdatespanday} \membersection{wxDateSpan::Day}\label{wxdatespanday}
\func{static wxDateSpan}{Day}{\void} \func{static wxDateSpan}{Day}{\void}
@@ -94,7 +94,7 @@ Returns a date span object corresponding to one day.
\helpref{Days}{wxdatespandays} \helpref{Days}{wxdatespandays}
% wxDateSpan::Days % wxDateSpan::Days
\membersection{wxDateSpan::Days}{wxdatespandays} \membersection{wxDateSpan::Days}\label{wxdatespandays}
\func{static wxDateSpan}{Days}{\param{int }{days}} \func{static wxDateSpan}{Days}{\param{int }{days}}
@@ -105,7 +105,7 @@ Returns a date span object corresponding to the given number of days.
\helpref{Day}{wxdatespanday} \helpref{Day}{wxdatespanday}
% wxDateSpan::GetDays % wxDateSpan::GetDays
\membersection{wxDateSpan::GetDays}{wxdatespangetdays} \membersection{wxDateSpan::GetDays}\label{wxdatespangetdays}
\constfunc{int}{GetDays}{\void} \constfunc{int}{GetDays}{\void}
@@ -117,14 +117,14 @@ in this date span.
\helpref{GetTotalDays}{wxdatespangettotaldays} \helpref{GetTotalDays}{wxdatespangettotaldays}
% wxDateSpan::GetMonths % wxDateSpan::GetMonths
\membersection{wxDateSpan::GetMonths}{wxdatespangetmonths} \membersection{wxDateSpan::GetMonths}\label{wxdatespangetmonths}
\constfunc{int}{GetMonths}{\void} \constfunc{int}{GetMonths}{\void}
Returns the number of the months (not counting the years) in this date span. Returns the number of the months (not counting the years) in this date span.
% wxDateSpan::GetTotalDays % wxDateSpan::GetTotalDays
\membersection{wxDateSpan::GetTotalDays}{wxdatespangettotaldays} \membersection{wxDateSpan::GetTotalDays}\label{wxdatespangettotaldays}
\constfunc{int}{GetTotalDays}{\void} \constfunc{int}{GetTotalDays}{\void}
@@ -136,7 +136,7 @@ days. It still doesn't take neither months nor years into the account.
\helpref{GetWeeks}{wxdatespangetweeks}, \helpref{GetDays}{wxdatespangetdays} \helpref{GetWeeks}{wxdatespangetweeks}, \helpref{GetDays}{wxdatespangetdays}
% wxDateSpan::GetWeeks % wxDateSpan::GetWeeks
\membersection{wxDateSpan::GetWeeks}{wxdatespangetweeks} \membersection{wxDateSpan::GetWeeks}\label{wxdatespangetweeks}
\constfunc{int}{GetWeeks}{\void} \constfunc{int}{GetWeeks}{\void}
@@ -147,14 +147,14 @@ Returns the number of weeks in this date span.
\helpref{GetTotalDays}{wxdatespangettotaldays} \helpref{GetTotalDays}{wxdatespangettotaldays}
% wxDateSpan::GetYears % wxDateSpan::GetYears
\membersection{wxDateSpan::GetYears}{wxdatespangetyears} \membersection{wxDateSpan::GetYears}\label{wxdatespangetyears}
\constfunc{int}{GetYears}{\void} \constfunc{int}{GetYears}{\void}
Returns the number of years in this date span. Returns the number of years in this date span.
% wxDateSpan::Month % wxDateSpan::Month
\membersection{wxDateSpan::Month}{wxdatespanmonth} \membersection{wxDateSpan::Month}\label{wxdatespanmonth}
\func{static wxDateSpan}{Month}{\void} \func{static wxDateSpan}{Month}{\void}
@@ -165,7 +165,7 @@ Returns a date span object corresponding to one month.
\helpref{Months}{wxdatespanmonths} \helpref{Months}{wxdatespanmonths}
% wxDateSpan::Months % wxDateSpan::Months
\membersection{wxDateSpan::Months}{wxdatespanmonths} \membersection{wxDateSpan::Months}\label{wxdatespanmonths}
\func{static wxDateSpan}{Months}{\param{int }{mon}} \func{static wxDateSpan}{Months}{\param{int }{mon}}
@@ -176,7 +176,7 @@ Returns a date span object corresponding to the given number of months.
\helpref{Month}{wxdatespanmonth} \helpref{Month}{wxdatespanmonth}
% wxDateSpan::Multiply % wxDateSpan::Multiply
\membersection{wxDateSpan::Multiply}{wxdatespanmultiply} \membersection{wxDateSpan::Multiply}\label{wxdatespanmultiply}
\constfunc{wxDateSpan}{Multiply}{\param{int }{factor}} \constfunc{wxDateSpan}{Multiply}{\param{int }{factor}}
@@ -191,7 +191,7 @@ The first version returns a new object, the second and third ones modify this
object in place. object in place.
% wxDateSpan::Negate % wxDateSpan::Negate
\membersection{wxDateSpan::Negate}{wxdatespannegate} \membersection{wxDateSpan::Negate}\label{wxdatespannegate}
\constfunc{wxDateSpan}{Negate}{\void} \constfunc{wxDateSpan}{Negate}{\void}
@@ -202,7 +202,7 @@ Returns the date span with the opposite sign.
\helpref{Neg}{wxdatespanneg} \helpref{Neg}{wxdatespanneg}
% wxDateSpan::Neg % wxDateSpan::Neg
\membersection{wxDateSpan::Neg}{wxdatespanneg} \membersection{wxDateSpan::Neg}\label{wxdatespanneg}
\func{wxDateSpan\&}{Neg}{\void} \func{wxDateSpan\&}{Neg}{\void}
@@ -215,7 +215,7 @@ Changes the sign of this date span.
\helpref{Negate}{wxdatespannegate} \helpref{Negate}{wxdatespannegate}
% wxDateSpan::SetDays % wxDateSpan::SetDays
\membersection{wxDateSpan::SetDays}{wxdatespansetdays} \membersection{wxDateSpan::SetDays}\label{wxdatespansetdays}
\func{wxDateSpan\&}{SetDays}{\param{int }{n}} \func{wxDateSpan\&}{SetDays}{\param{int }{n}}
@@ -223,7 +223,7 @@ Sets the number of days (without modifying any other components) in this date
span. span.
% wxDateSpan::SetYears % wxDateSpan::SetYears
\membersection{wxDateSpan::SetYears}{wxdatespansetyears} \membersection{wxDateSpan::SetYears}\label{wxdatespansetyears}
\func{wxDateSpan\&}{SetYears}{\param{int }{n}} \func{wxDateSpan\&}{SetYears}{\param{int }{n}}
@@ -231,7 +231,7 @@ Sets the number of years (without modifying any other components) in this date
span. span.
% wxDateSpan::SetMonths % wxDateSpan::SetMonths
\membersection{wxDateSpan::SetMonths}{wxdatespansetmonths} \membersection{wxDateSpan::SetMonths}\label{wxdatespansetmonths}
\func{wxDateSpan\&}{SetMonths}{\param{int }{n}} \func{wxDateSpan\&}{SetMonths}{\param{int }{n}}
@@ -239,7 +239,7 @@ Sets the number of months (without modifying any other components) in this
date span. date span.
% wxDateSpan::SetWeeks % wxDateSpan::SetWeeks
\membersection{wxDateSpan::SetWeeks}{wxdatespansetweeks} \membersection{wxDateSpan::SetWeeks}\label{wxdatespansetweeks}
\func{wxDateSpan\&}{SetWeeks}{\param{int }{n}} \func{wxDateSpan\&}{SetWeeks}{\param{int }{n}}
@@ -247,7 +247,7 @@ Sets the number of weeks (without modifying any other components) in this date
span. span.
% wxDateSpan::Subtract % wxDateSpan::Subtract
\membersection{wxDateSpan::Subtract}{wxdatespansubtract} \membersection{wxDateSpan::Subtract}\label{wxdatespansubtract}
\constfunc{wxDateSpan}{Subtract}{\param{const wxDateSpan\& }{other}} \constfunc{wxDateSpan}{Subtract}{\param{const wxDateSpan\& }{other}}
@@ -259,7 +259,7 @@ Returns the difference of two date spans. The first version returns a new
object, the second and third ones modify this object in place. object, the second and third ones modify this object in place.
% wxDateSpan::Week % wxDateSpan::Week
\membersection{wxDateSpan::Week}{wxdatespanweek} \membersection{wxDateSpan::Week}\label{wxdatespanweek}
\func{static wxDateSpan}{Week}{\void} \func{static wxDateSpan}{Week}{\void}
@@ -270,7 +270,7 @@ Returns a date span object corresponding to one week.
\helpref{Weeks}{wxdatespanweeks} \helpref{Weeks}{wxdatespanweeks}
% wxDateSpan::Weeks % wxDateSpan::Weeks
\membersection{wxDateSpan::Weeks}{wxdatespanweeks} \membersection{wxDateSpan::Weeks}\label{wxdatespanweeks}
\func{static wxDateSpan}{Weeks}{\param{int }{weeks}} \func{static wxDateSpan}{Weeks}{\param{int }{weeks}}
@@ -281,7 +281,7 @@ Returns a date span object corresponding to the given number of weeks.
\helpref{Week}{wxdatespanweek} \helpref{Week}{wxdatespanweek}
% wxDateSpan::Year % wxDateSpan::Year
\membersection{wxDateSpan::Year}{wxdatespanyear} \membersection{wxDateSpan::Year}\label{wxdatespanyear}
\func{static wxDateSpan}{Year}{\void} \func{static wxDateSpan}{Year}{\void}
@@ -292,7 +292,7 @@ Returns a date span object corresponding to one year.
\helpref{Years}{wxdatespanyears} \helpref{Years}{wxdatespanyears}
% wxDateSpan::Years % wxDateSpan::Years
\membersection{wxDateSpan::Years}{wxdatespanyears} \membersection{wxDateSpan::Years}\label{wxdatespanyears}
\func{static wxDateSpan}{Years}{\param{int }{years}} \func{static wxDateSpan}{Years}{\param{int }{years}}
@@ -303,7 +303,7 @@ Returns a date span object corresponding to the given number of years.
\helpref{Year}{wxdatespanyear} \helpref{Year}{wxdatespanyear}
% wxDateSpan::operator== % wxDateSpan::operator==
\membersection{wxDateSpan::operator$==$}{wxdatespanoperatorequal} \membersection{wxDateSpan::operator$==$}\label{wxdatespanoperatorequal}
\constfunc{bool}{operator$==$}{\param{wxDateSpan\&}{ other}} \constfunc{bool}{operator$==$}{\param{wxDateSpan\&}{ other}}
@@ -312,7 +312,7 @@ are considered equal if and only if they have the same number of years and
months and the same total number of days (counting both days and weeks). months and the same total number of days (counting both days and weeks).
% wxDateSpan::operator!= % wxDateSpan::operator!=
\membersection{wxDateSpan::operator$!=$}{wxdatespanoperatornotequal} \membersection{wxDateSpan::operator$!=$}\label{wxdatespanoperatornotequal}
\constfunc{bool}{operator$!=$}{\param{wxDateSpan\&}{ other}} \constfunc{bool}{operator$!=$}{\param{wxDateSpan\&}{ other}}