diff --git a/core/modules/comment/comment-wrapper.tpl.php b/core/modules/comment/comment-wrapper.tpl.php
index a5567ba..02427a0 100644
--- a/core/modules/comment/comment-wrapper.tpl.php
+++ b/core/modules/comment/comment-wrapper.tpl.php
@@ -29,6 +29,8 @@
  *
  * @see template_preprocess_comment_wrapper()
  * @see theme_comment_wrapper()
+ *
+ * @ingroup themable
  */
 ?>
 <section id="comments" <?php print $attributes; ?>>
diff --git a/core/modules/comment/comment.tpl.php b/core/modules/comment/comment.tpl.php
index 72d7847..8821c57 100644
--- a/core/modules/comment/comment.tpl.php
+++ b/core/modules/comment/comment.tpl.php
@@ -51,6 +51,8 @@
  * @see template_preprocess_comment()
  * @see template_process()
  * @see theme_comment()
+ *
+ * @ingroup themable
  */
 ?>
 <article class="<?php print $attributes['class']; ?> clearfix"<?php print $attributes; ?>>
diff --git a/core/modules/field/theme/field.tpl.php b/core/modules/field/theme/field.tpl.php
index 8febcf3..eae332f 100644
--- a/core/modules/field/theme/field.tpl.php
+++ b/core/modules/field/theme/field.tpl.php
@@ -37,6 +37,8 @@
  *
  * @see template_preprocess_field()
  * @see theme_field()
+ *
+ * @ingroup themable
  */
 ?>
 <!--
diff --git a/core/modules/node/node.tpl.php b/core/modules/node/node.tpl.php
index 4645beb..47d5af2 100644
--- a/core/modules/node/node.tpl.php
+++ b/core/modules/node/node.tpl.php
@@ -74,6 +74,8 @@
  * @see template_preprocess()
  * @see template_preprocess_node()
  * @see template_process()
+ *
+ * @ingroup themable
  */
 ?>
 <article id="node-<?php print $node->nid; ?>" class="<?php print $attributes['class']; ?> clearfix"<?php print $attributes; ?>>
diff --git a/core/modules/overlay/overlay.tpl.php b/core/modules/overlay/overlay.tpl.php
index 00fa36c..80b8dfc 100644
--- a/core/modules/overlay/overlay.tpl.php
+++ b/core/modules/overlay/overlay.tpl.php
@@ -13,6 +13,8 @@
  * @see template_preprocess()
  * @see template_preprocess_overlay()
  * @see template_process()
+ *
+ * @ingroup themable
  */
 ?>
 
diff --git a/core/modules/poll/poll-results.tpl.php b/core/modules/poll/poll-results.tpl.php
index bf615f2..56f136f 100644
--- a/core/modules/poll/poll-results.tpl.php
+++ b/core/modules/poll/poll-results.tpl.php
@@ -15,6 +15,8 @@
  * - $vote: The choice number of the current user's vote.
  *
  * @see template_preprocess_poll_results()
+ *
+ * @ingroup themable
  */
 ?>
 <div class="poll">
diff --git a/core/modules/poll/poll-vote.tpl.php b/core/modules/poll/poll-vote.tpl.php
index 6fc368b..7043f6e 100644
--- a/core/modules/poll/poll-vote.tpl.php
+++ b/core/modules/poll/poll-vote.tpl.php
@@ -12,6 +12,8 @@
  *   form_alter hooks.
  *
  * @see template_preprocess_poll_vote()
+ *
+ * @ingroup themable
  */
 ?>
 <div class="poll">
diff --git a/core/modules/search/search-result.tpl.php b/core/modules/search/search-result.tpl.php
index cd44d1e..abf0948 100644
--- a/core/modules/search/search-result.tpl.php
+++ b/core/modules/search/search-result.tpl.php
@@ -58,6 +58,8 @@
  * @see template_preprocess()
  * @see template_preprocess_search_result()
  * @see template_process()
+ *
+ * @ingroup themable
  */
 ?>
 <li <?php print $attributes; ?>>
diff --git a/core/modules/search/search-results.tpl.php b/core/modules/search/search-results.tpl.php
index e35be1e..f6d034e 100644
--- a/core/modules/search/search-results.tpl.php
+++ b/core/modules/search/search-results.tpl.php
@@ -19,6 +19,8 @@
  *
  *
  * @see template_preprocess_search_results()
+ *
+ * @ingroup themable
  */
 ?>
 <?php if ($search_results): ?>
diff --git a/core/modules/system/html.tpl.php b/core/modules/system/html.tpl.php
index 0b3bbad..489b1a4 100644
--- a/core/modules/system/html.tpl.php
+++ b/core/modules/system/html.tpl.php
@@ -38,6 +38,8 @@
  * @see template_preprocess()
  * @see template_preprocess_html()
  * @see template_process()
+ *
+ * @ingroup themable
  */
 ?><!DOCTYPE html>
 <html<?php print $html_attributes; ?>>
diff --git a/core/modules/system/maintenance-page.tpl.php b/core/modules/system/maintenance-page.tpl.php
index 6730bb9..31a8ad7 100644
--- a/core/modules/system/maintenance-page.tpl.php
+++ b/core/modules/system/maintenance-page.tpl.php
@@ -9,6 +9,8 @@
  *
  * @see template_preprocess()
  * @see template_preprocess_maintenance_page()
+ *
+ * @ingroup themable
  */
 ?>
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
diff --git a/core/modules/system/page.tpl.php b/core/modules/system/page.tpl.php
index c94f944..adf6778 100644
--- a/core/modules/system/page.tpl.php
+++ b/core/modules/system/page.tpl.php
@@ -68,6 +68,8 @@
  * @see template_preprocess_page()
  * @see template_process()
  * @see html.tpl.php
+ *
+ * @ingroup themable
  */
 ?>
 
diff --git a/core/modules/system/region.tpl.php b/core/modules/system/region.tpl.php
index 4db7fe9..c6eaacc 100644
--- a/core/modules/system/region.tpl.php
+++ b/core/modules/system/region.tpl.php
@@ -22,6 +22,8 @@
  * @see template_preprocess()
  * @see template_preprocess_region()
  * @see template_process()
+ *
+ * @ingroup themable
  */
 ?>
 <?php if ($content): ?>
diff --git a/core/modules/taxonomy/taxonomy-term.tpl.php b/core/modules/taxonomy/taxonomy-term.tpl.php
index 8fdaa94..78d0953 100644
--- a/core/modules/taxonomy/taxonomy-term.tpl.php
+++ b/core/modules/taxonomy/taxonomy-term.tpl.php
@@ -34,6 +34,8 @@
  * @see template_preprocess()
  * @see template_preprocess_taxonomy_term()
  * @see template_process()
+ *
+ * @ingroup themable
  */
 ?>
 <div id="taxonomy-term-<?php print $term->tid; ?>"<?php print $attributes; ?>>
diff --git a/core/modules/toolbar/toolbar.tpl.php b/core/modules/toolbar/toolbar.tpl.php
index c085b40..11daf84 100644
--- a/core/modules/toolbar/toolbar.tpl.php
+++ b/core/modules/toolbar/toolbar.tpl.php
@@ -15,6 +15,8 @@
  *
  * @see template_preprocess()
  * @see template_preprocess_toolbar()
+ *
+ * @ingroup themable
  */
 ?>
 <nav id="toolbar" role="navigation" class="<?php print $attributes['class']; ?> clearfix" <?php print $attributes; ?>>
diff --git a/core/modules/user/user-picture.tpl.php b/core/modules/user/user-picture.tpl.php
index a33d266..6afe0ca 100644
--- a/core/modules/user/user-picture.tpl.php
+++ b/core/modules/user/user-picture.tpl.php
@@ -12,6 +12,8 @@
  *   check_plain() before use.
  *
  * @see template_preprocess_user_picture()
+ *
+ * @ingroup themable
  */
 ?>
 <?php if ($user_picture): ?>
diff --git a/core/modules/user/user-profile.tpl.php b/core/modules/user/user-profile.tpl.php
index 940d47f..5758fa0 100644
--- a/core/modules/user/user-profile.tpl.php
+++ b/core/modules/user/user-profile.tpl.php
@@ -26,6 +26,8 @@
  *     language negotiation rule that was previously applied.
  *
  * @see template_preprocess_user_profile()
+ *
+ * @ingroup themable
  */
 ?>
 <article class="profile"<?php print $attributes; ?>>
