diff options
Diffstat (limited to 'includes/form.inc')
-rw-r--r-- | includes/form.inc | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/includes/form.inc b/includes/form.inc index 6df047161..3431658eb 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -8,7 +8,11 @@ * * Drupal uses these functions to achieve consistency in its form presentation, * while at the same time simplifying code and reducing the amount of HTML that - * must be explicitly generated by modules. + * must be explicitly generated by modules. See the + * <a href="http://drupaldocs.org/api/head/file/contributions/docs/developer/topics/forms_api_reference.html">reference</a> + * and the + * <a href="http://drupaldocs.org/api/file/contributions/docs/developer/topics/forms_api.html">quickstart</a> + * guide for more. */ /** |