control-freak-ide/server/nodejs/util/jsdoc/template.php
plastic-hub-dev-node-saturn 538369cff7 latest
2021-05-12 18:35:18 +02:00

16 lines
438 B
PHP

<?php
// Use this theme function to do a final manipulation of the form
function phptemplate_jsdoc_object_form($form) {
}
function phptemplate_jsdoc_object_form($form) {
}
// Use these functions to create the equivalent tpl.php files
// function theme_jsdoc_object_children($children) {
function phptemplate_jsdoc_object_children($children) {
return _phptemplate_callback('jsdoc_object_children', array('children' => $children));
}