- π³πΏNew Zealand quietone
I think this was resolved in #1913208: [policy] Standardize template preprocess function documentation β , so closing as a duplicate. Re-open if I am mistaken.
We don't currently have a section in http://drupal.org/node/1354 (doxygen standards) for how to document a function in a theme that overrides a theme hook or a theme template.
I would like to propose:
- Theme hook override function:
/**
* Overrides theme_foo().
*
* Optional description of specifics, if necessary.
*/
function mytheme_foo() {
// function body here
}
- Template override file:
// $Id$
/**
* @file
* Overrides modules/block/block.tpl.php.
*
* If there are any additional variables defined beyond the standards, list here.
*/
Closed: duplicate
Documentation
It involves compliance with, or the content of coding standards. Requires broad community agreement.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
I think this was resolved in #1913208: [policy] Standardize template preprocess function documentation β , so closing as a duplicate. Re-open if I am mistaken.