mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-23 00:41:02 +00:00
Improve mcomments
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@23038 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
b2724f38c6
commit
75be251ce7
1 changed files with 4 additions and 2 deletions
|
@ -21,7 +21,8 @@
|
|||
|
||||
You should have received a copy of the GNU Library General Public
|
||||
License along with this library; if not, write to the Free
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111 USA.
|
||||
Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
|
||||
Boston, MA 02111 USA.
|
||||
|
||||
<title>NSURL class reference</title>
|
||||
$Date$ $Revision$
|
||||
|
@ -476,7 +477,8 @@ static unsigned urlAlign;
|
|||
/**
|
||||
* Create and return a file URL with the supplied path.<br />
|
||||
* The value of aPath must be a valid filesystem path.<br />
|
||||
* Calls -initFileURLWithPath:
|
||||
* Calls -initFileURLWithPath: which escapes characters in the
|
||||
* path where necessary.
|
||||
*/
|
||||
+ (id) fileURLWithPath: (NSString*)aPath
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue