From b1d492ee9840b090d2c55266e7a5a3d17f6472be Mon Sep 17 00:00:00 2001 From: Dries Buytaert Date: Wed, 7 Mar 2007 17:31:40 +0000 Subject: [PATCH] - Patch #52878 by dopry and ChrisKennedy: make form reference API use nice PHPdoc links. --- includes/form.inc | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/includes/form.inc b/includes/form.inc index 8e7b2180596..b2ad0e4919c 100644 --- a/includes/form.inc +++ b/includes/form.inc @@ -21,10 +21,9 @@ * * * For information on the format of the structured arrays used to define forms, - * and more detailed explanations of the Form API workflow, see the reference at - * http://api.drupal.org/api/HEAD/file/developer/topics/forms_api_reference.html - * and the quickstart guide at - * http://api.drupal.org/api/HEAD/file/developer/topics/forms_api.html + * and more detailed explanations of the Form API workflow, see the + * @link http://api.drupal.org/api/HEAD/file/developer/topics/forms_api_reference.html reference @endlink + * and the @link http://api.drupal.org/api/HEAD/file/developer/topics/forms_api.html quickstart guide. @endlink */ /**