diff options
author | Christian Schneider | 2007-10-11 02:25:09 +0000 |
---|---|---|
committer | Christian Schneider | 2007-10-11 02:25:09 +0000 |
commit | c79e0cce75cbae3f78e2ae6770c8975b3f2c468a (patch) | |
tree | 806f34dc659d0d0fb7a493b754ca6b0d4ca56036 /it.class | |
parent | 8b9220916723e3efd1e0cfca2f2e356b142fb8e1 (diff) | |
download | itools-c79e0cce75cbae3f78e2ae6770c8975b3f2c468a.tar.gz itools-c79e0cce75cbae3f78e2ae6770c8975b3f2c468a.tar.bz2 itools-c79e0cce75cbae3f78e2ae6770c8975b3f2c468a.zip |
Improve documentation cross reference
Diffstat (limited to 'it.class')
-rw-r--r-- | it.class | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -216,7 +216,8 @@ function error($p = array(), $body = null, $to = null) # $body and $to deprecate /** - * Same as error(), plus exit + * Same as it::error(), plus exit + * @see error() */ function fatal($title='', $body='', $to='') { |