added '@access private' docblock tags to functions that should not be called directly

This commit is contained in:
dhawes
2004-09-28 16:40:26 +00:00
parent 3903e0729b
commit da72d76d30
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -73,6 +73,7 @@ function xmlize($data, $WHITE=1, $encoding='UTF-8') {
* @internal You don't need to do anything with this function, it's called by
* xmlize. It's a recursive function, calling itself as it goes deeper
* into the xml levels. If you make any improvements, please let me know.
* @access private
*/
function xml_depth($vals, &$i) {
$children = array();