Index: general-template.php
===================================================================
--- general-template.php	(revision 49088)
+++ 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() {
@@ -3194,7 +3194,7 @@
  *
  *     add_action( 'wp_head', 'noindex' );
  *
- * @see wp_no_robots
+ * @see wp_no_robots()
  *
  * @since 2.1.0
  */
Index: shortcodes.php
===================================================================
--- shortcodes.php	(revision 49088)
+++ 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
