mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Improve documentation
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@27291 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
2e152fdade
commit
69074dbfcd
1 changed files with 3 additions and 1 deletions
|
@ -527,10 +527,12 @@ static unsigned urlAlign;
|
|||
* Initialise by building a URL string from the supplied parameters
|
||||
* and calling -initWithString:relativeToURL:<br />
|
||||
* This method adds percent escapes to aPath if it contains characters
|
||||
* which need ascaping.<br />
|
||||
* which need escaping.<br />
|
||||
* Accepts RFC2732 style IPv6 host addresses either with or without the
|
||||
* enclosing square brackets (MacOS-X at least up to version 10.5 does
|
||||
* not handle these correctly, but GNUstep does).<br />
|
||||
* Permits the 'aHost' part to contain 'username:password@host:port' or
|
||||
* 'host:port' in addition to a simple host name or address.
|
||||
*/
|
||||
- (id) initWithScheme: (NSString*)aScheme
|
||||
host: (NSString*)aHost
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue