Index: wp-includes/taxonomy.php
===================================================================
--- wp-includes/taxonomy.php	(revision 17329)
+++ wp-includes/taxonomy.php	(working copy)
@@ -385,6 +385,8 @@
  * Above, the first default value is for non-hierarchical taxonomies (like tags) and the second one is for hierarchical taxonomies (like categories.)
  *
  * @since 3.0.0
+ * @access private
+ *
  * @param object $tax Taxonomy object
  * @return object object with all the labels as member variables
  */
Index: wp-includes/post.php
===================================================================
--- wp-includes/post.php	(revision 17329)
+++ wp-includes/post.php	(working copy)
@@ -1142,6 +1142,8 @@
  * Above, the first default value is for non-hierarchical post types (like posts) and the second one is for hierarchical post types (like pages).
  *
  * @since 3.0.0
+ * @access private
+ *
  * @param object $post_type_object
  * @return object object with all the labels as member variables
  */
