]> git.saurik.com Git - wxWidgets.git/commitdiff
final sweep over docs - replace & with \&
authorRyan Norton <wxprojects@comcast.net>
Wed, 27 Oct 2004 23:30:59 +0000 (23:30 +0000)
committerRyan Norton <wxprojects@comcast.net>
Wed, 27 Oct 2004 23:30:59 +0000 (23:30 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@30130 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

docs/latex/wx/uri.tex

index 630381549ed2563e72d7a8701f5e71189c435204..761fd76830d79541c9a86efca77df77007131ba5 100644 (file)
@@ -19,7 +19,7 @@ For information about URIs, see
 \urlref{RFC 2396.bis (Updated draft of RFC 2396)}{http://www.gbiv.com/protocols/uri/rev-2002/rfc2396bis.html}.
 
 In short, a URL \em{is} a URI.  In other
-words, URL is a subset of a URI - most 
+words, URL is a subset of a URI - all 
 acceptable URLs are also acceptable URIs.
 
 wxURI supports copy construction and standard assignment
@@ -73,19 +73,15 @@ if(myuri.HasScheme())
 
 \func{}{wxURI}{\void}
 
-Creates an empty URI.  In order for the URI to be
-useful, Create needs to be called eventually.
-
-\membersection{wxURI::\destruct{wxURI}}\label{wxuridtor}
+Creates an empty URI.
 
 \func{}{wxURI}{\param{const wxChar* }{uri}}
 
-Constructor for quick creation
+Constructor for quick creation.
 
 \docparam{uri}{string to initialize with}
 
-
-\func{}{wxURI}{\param{const wxURI& }{uri}}
+\func{}{wxURI}{\param{const wxURI\& }{uri}}
 
 Copies this URI from another URI.
 
@@ -275,10 +271,10 @@ returns false.
 
 \membersection{wxURI::operator ==}\label{wxurioperatorcompare}
 
-\func{void}{operator ==}{\param{const wxURI& }{uricomp}}
+\func{void}{operator ==}{\param{const wxURI\& }{uricomp}}
 
 Compares this URI to another URI, and returns true if 
-this URI equals uricomp, otherwise it returns false.
+this URI equals {\tt uricomp}, otherwise it returns false.
 
 \docparam{uricomp}{URI to compare to}