Index: wp-admin/includes/ms.php
===================================================================
--- wp-admin/includes/ms.php	(revision 17008)
+++ wp-admin/includes/ms.php	(working copy)
@@ -340,7 +340,7 @@
 	return true;
 }
 
-/*
+/**
  * @since 3.0.0
  *
  * @return int of upload size limit in bytes
Index: wp-includes/deprecated.php
===================================================================
--- wp-includes/deprecated.php	(revision 17008)
+++ wp-includes/deprecated.php	(working copy)
@@ -2035,7 +2035,7 @@
 	return apply_filters('attachment_innerHTML', $innerHTML, $post->ID);
 }
 
-/*
+/**
  * Retrieve bookmark data based on ID.
  *
  * @since 2.0.0
Index: wp-includes/functions.php
===================================================================
--- wp-includes/functions.php	(revision 17008)
+++ wp-includes/functions.php	(working copy)
@@ -4303,7 +4303,7 @@
 	return $file_data;
 }
 
-/*
+/**
  * Used internally to tidy up the search terms
  *
  * @access private
Index: wp-includes/meta.php
===================================================================
--- wp-includes/meta.php	(revision 17008)
+++ wp-includes/meta.php	(working copy)
@@ -439,7 +439,7 @@
 	return apply_filters_ref_array( 'get_meta_sql', array( compact( 'join', 'where' ), $meta_query, $meta_type, $primary_table, $primary_id_column, &$context ) );
 }
 
-/*
+/**
  * Populates the $meta_query property
  *
  * @access private
Index: wp-includes/taxonomy.php
===================================================================
--- wp-includes/taxonomy.php	(revision 17008)
+++ wp-includes/taxonomy.php	(working copy)
@@ -505,7 +505,7 @@
 	return $object_ids;
 }
 
-/*
+/**
  * Given a taxonomy query, generates SQL to be appended to a main query.
  *
  * @since 3.1.0
@@ -1715,7 +1715,7 @@
 	return true;
 }
 
-/*
+/**
  * Deletes one existing category.
  *
  * @since 2.0.0
