Index: includes/form.inc =================================================================== RCS file: /cvs/drupal/drupal/includes/form.inc,v retrieving revision 1.248 diff -u -p -r1.248 form.inc --- includes/form.inc 23 Nov 2007 12:02:38 -0000 1.248 +++ includes/form.inc 26 Nov 2007 03:31:40 -0000 @@ -2,6 +2,18 @@ // $Id: form.inc,v 1.248 2007/11/23 12:02:38 goba Exp $ /** + * @defgroup forms Form builder functions + * @{ + * Functions that build an abstract representation of a HTML form. + * + * All core modules should declare their form builder functions to be in this + * group and the related validate/submit handlers should reference the + * relevant form builder function using \@see. + * + * @} End of "defgroup forms". + */ + +/** * @defgroup form Form generation * @{ * Functions to enable the processing and display of HTML forms.