From 8ec1f078f9c956a5887c8d19be9cf4f50320d84d Mon Sep 17 00:00:00 2001
From: David Rothstein <drothstein@gmail.com>
Date: Thu, 27 Dec 2012 12:29:52 -0500
Subject: [PATCH] Issue #1864360 by oadaeh: Fixed Clean up some inconsistencies
 with @link...@endlink.

---
 includes/ajax.inc              | 3 ++-
 includes/database/database.inc | 2 +-
 modules/node/node.module       | 3 ++-
 modules/system/system.api.php  | 3 +--
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/includes/ajax.inc b/includes/ajax.inc
index 4107029fe19c..d4082d2d8363 100644
--- a/includes/ajax.inc
+++ b/includes/ajax.inc
@@ -836,7 +836,8 @@ function ajax_command_insert($selector, $html, $settings = NULL) {
  * @return
  *   An array suitable for use with the ajax_render() function.
  *
- * See @link http://docs.jquery.com/Manipulation/replaceWith#content jQuery replaceWith command @endlink
+ * See
+ * @link http://docs.jquery.com/Manipulation/replaceWith#content jQuery replaceWith command @endlink
  */
 function ajax_command_replace($selector, $html, $settings = NULL) {
   return array(
diff --git a/includes/database/database.inc b/includes/database/database.inc
index 26ce6fcf43d5..339c9b03eaf3 100644
--- a/includes/database/database.inc
+++ b/includes/database/database.inc
@@ -167,7 +167,7 @@
  * }
  * @endcode
  *
- * @link http://drupal.org/developing/api/database @endlink
+ * @see http://drupal.org/developing/api/database
  */
 
 
diff --git a/modules/node/node.module b/modules/node/node.module
index 4ab02614c898..04911de5be1a 100644
--- a/modules/node/node.module
+++ b/modules/node/node.module
@@ -2546,7 +2546,8 @@ function node_block_list_alter(&$blocks) {
  * @param $channel
  *   An associative array containing title, link, description and other keys,
  *   to be parsed by format_rss_channel() and format_xml_elements().
- *   A list of channel elements can be found at the @link http://cyber.law.harvard.edu/rss/rss.html RSS 2.0 Specification. @endlink
+ *   A list of channel elements can be found at the
+ *   @link http://cyber.law.harvard.edu/rss/rss.html RSS 2.0 Specification. @endlink
  *   The link should be an absolute URL.
  */
 function node_feed($nids = FALSE, $channel = array()) {
diff --git a/modules/system/system.api.php b/modules/system/system.api.php
index d6e737d66f03..871f25583243 100644
--- a/modules/system/system.api.php
+++ b/modules/system/system.api.php
@@ -3244,8 +3244,7 @@ function hook_query_TAG_alter(QueryAlterableInterface $query) {
  * a hook_update_N() is added to the module, this function needs to be updated
  * to reflect the current version of the database schema.
  *
- * See the Schema API documentation at
- * @link http://drupal.org/node/146843 http://drupal.org/node/146843 @endlink
+ * See the @link http://drupal.org/node/146843 Schema API documentation @endlink
  * for details on hook_schema and how database tables are defined.
  *
  * Note that since this function is called from a full bootstrap, all functions
-- 
GitLab