From 8b157421c027e455a3b52c28f08d328236a7d05f Mon Sep 17 00:00:00 2001 From: xue <> Date: Sat, 19 Nov 2005 15:03:14 +0000 Subject: --- framework/Web/TAssetManager.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'framework/Web/TAssetManager.php') diff --git a/framework/Web/TAssetManager.php b/framework/Web/TAssetManager.php index fa9e649e..4dfcdf5b 100644 --- a/framework/Web/TAssetManager.php +++ b/framework/Web/TAssetManager.php @@ -19,8 +19,8 @@ * TAssetManager will copy the file to be published into a web-accessible * directory. The default base directory for storing the file is "assets", which * should be under the application directory. This can be changed by setting - * the BasePath property together with the BaseUrl property that refers to - * the URL for accessing the base path. + * the {@link setBasePath BasePath} property together with the + * {@link setBaseUrl BaseUrl} property that refers to the URL for accessing the base path. * * By default, TAssetManager will not publish a file or directory if it already * exists in the publishing directory and has an older modification time. -- cgit v1.2.3