From: helge Date: Wed, 24 Nov 2004 16:24:01 +0000 (+0000) Subject: add mini docu X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ed36c0af2a2a5d3273bee9623032c3e8fa88dc7;p=sope add mini docu git-svn-id: http://svn.opengroupware.org/SOPE/trunk@411 e4a50df8-12e2-0310-a44c-efbce7f8a7e3 --- diff --git a/sope-core/NGExtensions/NGExtensions/NGResourceLocator.h b/sope-core/NGExtensions/NGExtensions/NGResourceLocator.h index 43895276..61ffe7bd 100644 --- a/sope-core/NGExtensions/NGExtensions/NGResourceLocator.h +++ b/sope-core/NGExtensions/NGExtensions/NGResourceLocator.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2000-2004 SKYRIX Software AG + Copyright (C) 2004 SKYRIX Software AG This file is part of OpenGroupware.org. @@ -29,6 +29,9 @@ This class can be used by libraries to lookup resources in either the GNUstep hierarchy or in FHS locations (/usr/local etc). + + The pathes given in are relative to the respective root, eg: "Library/Models" + and "share/mytool/models". */ @class NSString, NSArray, NSFileManager, NSMutableDictionary;