correct typos in doc-tags and add missing tags
This commit is contained in:
parent
bbb999e41c
commit
857dc97a14
12 changed files with 24 additions and 10 deletions
|
|
@ -14,10 +14,16 @@
|
|||
*/
|
||||
// Directory separator
|
||||
if(!defined('DS')) {
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
define('DS', DIRECTORY_SEPARATOR);
|
||||
}
|
||||
// Root directory
|
||||
if(!defined('ROOT')) {
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
define('ROOT', dirname(dirname(__FILE__)));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue