Proposals
Doxygen @file directives
In the Doxygen formatting conventions doc, it says that files should be documented with the @file directive and gives the following example:
<?php
// $Id: theme.inc,v 1.202 2004/07/08 16:08:21 dries Exp $
/**
* @file
* The theme system, which controls the output of Drupal.
*
* The theme system allows for nearly all output of the Drupal system to be
* customized by user themes.
*/
Note the @file line in particular.
GHOP #127: Benchmark results table
Hi,
I need a table for #127, so it will go here :)
This table is now fully complete :)
<
table>
GHOP #136: Improve coder_format checklist
This page is for tracking the findings of GHOP #136 in coder_format of the coder module.
Break up core page handlers to include files
http://drupal.org/node/140218 now makes this possible: http://drupal.org/node/146172
So let's do it. :-)
Core still needs to be factored out to separate page include files. If you're interested in helping out, grab a module below. Please follow the guidelines listed in the documentation page above. If you feel the documentation page should be changed, comment on the book page so we can keep that all together in one place.
A starting list of functions in node, user, and system: http://groups.drupal.org/node/5239. Note, however, that some of this (especially node) may be touched by the actions patch.
