minor cleanup (doc typos fixed, removed tabs)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@32696 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Dimitri Schoolwerth
2005-03-09 16:37:36 +00:00
parent d94c09cdc6
commit ed6d701058
2 changed files with 10 additions and 10 deletions

View File

@@ -56,7 +56,7 @@ However, you should check HasXXX before
calling a get method, which determines whether or not the component referred calling a get method, which determines whether or not the component referred
to by the method is defined according to RFC 2396. to by the method is defined according to RFC 2396.
Consider an undefined component equivilent to a Consider an undefined component equivalent to a
NULL C string.\\ NULL C string.\\
\\ \\
\helpref{HasScheme}{wxurihasscheme}\\ \helpref{HasScheme}{wxurihasscheme}\\
@@ -119,7 +119,7 @@ Note that it is preferred to call this over Unescape(BuildURI()) since
\membersection{wxURI::Create}\label{wxuricreate} \membersection{wxURI::Create}\label{wxuricreate}
\func{const wxChar*}{Create}{\param{const wxChar* }{uri}} \func{const wxChar*}{Create}{\param{const wxString&}{uri}}
Creates this URI from the string \arg{uri}. Creates this URI from the string \arg{uri}.