Index: modules/system/system.module
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.module,v
retrieving revision 1.880
diff -u -r1.880 system.module
--- modules/system/system.module	26 Jan 2010 08:29:25 -0000	1.880
+++ modules/system/system.module	28 Jan 2010 15:30:22 -0000
@@ -1586,7 +1586,7 @@
 /**
  * Setup and invoke an operation using authorize.php.
  *
- * @see system_authorized_init
+ * @see system_authorized_init()
  */
 function system_authorized_run($callback, $file, $arguments = array(), $page_title = NULL) {
   system_authorized_init($callback, $file, $arguments, $page_title);
Index: modules/system/system.admin.inc
===================================================================
RCS file: /cvs/drupal/drupal/modules/system/system.admin.inc,v
retrieving revision 1.255
diff -u -r1.255 system.admin.inc
--- modules/system/system.admin.inc	26 Jan 2010 08:29:25 -0000	1.255
+++ modules/system/system.admin.inc	28 Jan 2010 15:30:21 -0000
@@ -810,7 +810,7 @@
  *
  * The list of modules gets populated by module.info files, which contain each module's name,
  * description and information about which modules it requires.
- * @see drupal_parse_info_file for information on module.info descriptors.
+ * See drupal_parse_info_file() for information on module.info descriptors.
  *
  * Dependency checking is performed to ensure that a module:
  * - can not be enabled if there are disabled modules it requires.
Index: includes/form.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/form.inc,v
retrieving revision 1.427
diff -u -r1.427 form.inc
--- includes/form.inc	25 Jan 2010 10:38:34 -0000	1.427
+++ includes/form.inc	28 Jan 2010 15:30:18 -0000
@@ -2465,7 +2465,7 @@
  *     the tableselect element.
  *     Each option in $variables['element']['#options'] can contain an array
  *     keyed by '#attributes' which is added to the row's HTML attributes.
- *     @see theme_table
+ *     @see theme_table()
  *     Properties used: header, options, empty, js_select.
  *
  * @return
Index: includes/common.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/common.inc,v
retrieving revision 1.1093
diff -u -r1.1093 common.inc
--- includes/common.inc	27 Jan 2010 11:41:20 -0000	1.1093
+++ includes/common.inc	28 Jan 2010 15:30:17 -0000
@@ -4580,7 +4580,7 @@
  * Page compression requires the PHP zlib extension
  * (http://php.net/manual/en/ref.zlib.php).
  *
- * @see drupal_page_header
+ * @see drupal_page_header()
  */
 function drupal_page_set_cache() {
   global $base_root;
Index: includes/updater.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/updater.inc,v
retrieving revision 1.4
diff -u -r1.4 updater.inc
--- includes/updater.inc	25 Jan 2010 10:38:34 -0000	1.4
+++ includes/updater.inc	28 Jan 2010 15:30:20 -0000
@@ -202,7 +202,7 @@
    *   to the server.
    * @param array $overrides
    *   An array of settings to override defaults
-   *   @see self::getInstallArgs
+   *   @see self::getInstallArgs()
    * @return array
    *   An array of links which the user may need to complete the update
    */
@@ -257,7 +257,7 @@
    *   Object which is a child of FileTransfer.
    * @param array $overrides
    *   An array of settings to override defaults.
-   *   @see self::getInstallArgs
+   *   @see self::getInstallArgs()
    * @return array
    *   An array of links which the user may need to complete the install.
    */
Index: includes/theme.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/theme.inc,v
retrieving revision 1.570
diff -u -r1.570 theme.inc
--- includes/theme.inc	25 Jan 2010 10:38:34 -0000	1.570
+++ includes/theme.inc	28 Jan 2010 15:30:19 -0000
@@ -2341,8 +2341,8 @@
  * Any changes to variables in this preprocessor should also be changed inside
  * template_preprocess_maintenance_page() to keep all of them consistent.
  *
- * @see drupal_render_page
- * @see template_process_page
+ * @see drupal_render_page()
+ * @see template_process_page()
  * @see page.tpl.php
  */
 function template_preprocess_page(&$variables) {
Index: includes/database/schema.inc
===================================================================
RCS file: /cvs/drupal/drupal/includes/database/schema.inc,v
retrieving revision 1.25
diff -u -r1.25 schema.inc
--- includes/database/schema.inc	25 Jan 2010 10:38:34 -0000	1.25
+++ includes/database/schema.inc	28 Jan 2010 15:30:20 -0000
@@ -300,7 +300,7 @@
    *   table along with adding the field. The format is the same as a
    *   table specification but without the 'fields' element. If you are
    *   adding a type 'serial' field, you MUST specify at least one key
-   *   or index including it in this array. @see db_change_field for more
+   *   or index including it in this array. See db_change_field() for more
    *   explanation why.
    */
   abstract public function addField($table, $field, $spec, $keys_new = array());
