Index: src/wp-includes/class-simplepie.php
===================================================================
--- src/wp-includes/class-simplepie.php	(revision 49089)
+++ src/wp-includes/class-simplepie.php	(working copy)
@@ -2159,8 +2159,8 @@
 	 * Uses `<xml:base>` if available, otherwise uses the first link in the
 	 * feed, or failing that, the URL of the feed itself.
 	 *
-	 * @see get_link
-	 * @see subscribe_url
+	 * @see get_link()
+	 * @see subscribe_url()
 	 *
 	 * @param array $element
 	 * @return string
@@ -2532,7 +2532,7 @@
 	 * Returns the first link available with a relationship of "alternate".
 	 * Identical to {@see get_link()} with key 0
 	 *
-	 * @see get_link
+	 * @see get_link()
 	 * @since 1.0 (previously called `get_feed_link` since Preview Release, `get_feed_permalink()` since 0.8)
 	 * @internal Added for parity between the parent-level and the item/entry-level.
 	 * @return string|null Link URL
@@ -3023,7 +3023,7 @@
 	 * {@see get_items()} is better suited for
 	 * {@link http://php.net/foreach foreach()} loops.
 	 *
-	 * @see get_item_quantity
+	 * @see get_item_quantity()
 	 * @since Beta 2
 	 * @param int $start Index to start at
 	 * @param int $end Number of items to return. 0 for all items after `$start`
Index: src/wp-includes/general-template.php
===================================================================
--- src/wp-includes/general-template.php	(revision 49089)
+++ src/wp-includes/general-template.php	(working copy)
@@ -2408,7 +2408,7 @@
 /**
  * Purge the cached results of get_calendar.
  *
- * @see get_calendar
+ * @see get_calendar()
  * @since 2.1.0
  */
 function delete_get_calendar_cache() {
Index: src/wp-includes/shortcodes.php
===================================================================
--- src/wp-includes/shortcodes.php	(revision 49089)
+++ src/wp-includes/shortcodes.php	(working copy)
@@ -292,7 +292,7 @@
 /**
  * Regular Expression callable for do_shortcode() for calling shortcode hook.
  *
- * @see get_shortcode_regex for details of the match array contents.
+ * @see get_shortcode_regex() for details of the match array contents.
  *
  * @since 2.5.0
  * @access private
Index: src/wp-includes/SimplePie/Category.php
===================================================================
--- src/wp-includes/SimplePie/Category.php	(revision 49089)
+++ src/wp-includes/SimplePie/Category.php	(working copy)
@@ -57,7 +57,7 @@
 	 * Category identifier
 	 *
 	 * @var string|null
-	 * @see get_term
+	 * @see get_term()
 	 */
 	var $term;
 
Index: src/wp-includes/SimplePie/Item.php
===================================================================
--- src/wp-includes/SimplePie/Item.php	(revision 49089)
+++ src/wp-includes/SimplePie/Item.php	(working copy)
@@ -888,7 +888,7 @@
 	/**
 	 * Get the posting date/time for the item (UTC time)
 	 *
-	 * @see get_date
+	 * @see get_date()
 	 * @param string $date_format Supports any PHP date format from {@see http://php.net/date}
 	 * @return int|string|null
 	 */
@@ -906,7 +906,7 @@
 	/**
 	 * Get the update date/time for the item (UTC time)
 	 *
-	 * @see get_updated_date
+	 * @see get_updated_date()
 	 * @param string $date_format Supports any PHP date format from {@see http://php.net/date}
 	 * @return int|string|null
 	 */
@@ -927,7 +927,7 @@
 	 * Returns the first link available with a relationship of "alternate".
 	 * Identical to {@see get_link()} with key 0
 	 *
-	 * @see get_link
+	 * @see get_link()
 	 * @since 0.8
 	 * @return string|null Permalink URL
 	 */
