summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDries Buytaert <dries@buytaert.net>2007-03-07 17:31:40 +0000
committerDries Buytaert <dries@buytaert.net>2007-03-07 17:31:40 +0000
commitb1d492ee9840b090d2c55266e7a5a3d17f6472be (patch)
tree770ae8b14398768f5ccdb0583dc3fdd1e36f8439
parent33f4e17b2e510e36ca46ebbd5a3becfeb07e7e13 (diff)
downloadbrdo-b1d492ee9840b090d2c55266e7a5a3d17f6472be.tar.gz
brdo-b1d492ee9840b090d2c55266e7a5a3d17f6472be.tar.bz2
- Patch #52878 by dopry and ChrisKennedy: make form reference API use nice PHPdoc links.
-rw-r--r--includes/form.inc7
1 files changed, 3 insertions, 4 deletions
diff --git a/includes/form.inc b/includes/form.inc
index 8e7b21805..b2ad0e491 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
*/
/**