diff --git a/core/modules/aggregator/templates/aggregator-feed-source.html.twig b/core/modules/aggregator/templates/aggregator-feed-source.html.twig
index 0bb2ddb98893ee326ce4506264737cd661d8dce8..5f1342534f34cdcb3c8ceb994521a60b6f98cb52 100644
--- a/core/modules/aggregator/templates/aggregator-feed-source.html.twig
+++ b/core/modules/aggregator/templates/aggregator-feed-source.html.twig
@@ -14,7 +14,6 @@
  * - source_url: URL to the feed source.
  * - last_checked: How long ago the feed was checked locally.
  *
- * @see template_preprocess()
  * @see template_preprocess_aggregator_feed_source()
  *
  * @ingroup themeable
diff --git a/core/modules/aggregator/templates/aggregator-item.html.twig b/core/modules/aggregator/templates/aggregator-item.html.twig
index 6a0185bceaff4b324d71f21d594eda17a4344a52..3736f974e816cbcd9981bd9ec2317ab319528b36 100644
--- a/core/modules/aggregator/templates/aggregator-item.html.twig
+++ b/core/modules/aggregator/templates/aggregator-item.html.twig
@@ -12,7 +12,6 @@
  * - content: Feed item content.
  * - categories: Linked categories assigned to the feed.
  *
- * @see template_preprocess()
  * @see template_preprocess_aggregator_item()
  *
  * @ingroup themeable
diff --git a/core/modules/aggregator/templates/aggregator-summary-items.html.twig b/core/modules/aggregator/templates/aggregator-summary-items.html.twig
index 12df970fd72ef34ab4a135182626fd8f03b91490..01f36a38ded95c66012d5f7fc1195389e839c15b 100644
--- a/core/modules/aggregator/templates/aggregator-summary-items.html.twig
+++ b/core/modules/aggregator/templates/aggregator-summary-items.html.twig
@@ -11,7 +11,6 @@
  *   theme_item_list().
  * - source_url: URL to the local source or category.
  *
- * @see template_preprocess()
  * @see template_preprocess_aggregator_summary_items()
  *
  * @ingroup themeable
diff --git a/core/modules/block/custom_block/templates/custom-block-add-list.html.twig b/core/modules/block/custom_block/templates/custom-block-add-list.html.twig
index 2878da2a653f80babdf0531e824894ca7ed3a36b..d2af8e8b6afb28ed6eddd99756a787af678f7ee4 100644
--- a/core/modules/block/custom_block/templates/custom-block-add-list.html.twig
+++ b/core/modules/block/custom_block/templates/custom-block-add-list.html.twig
@@ -9,7 +9,6 @@
  *   - link: A link to add a block of this type.
  *   - description: A description of this custom block type.
  *
- * @see template_preprocess()
  * @see template_preprocess_custom_block_add_list()
  *
  * @ingroup themeable
diff --git a/core/modules/block/templates/block.html.twig b/core/modules/block/templates/block.html.twig
index 757f8f5053b44b08e174c4df13f300c36772c7d0..14c7330286088b0a3c9fdbaa97da8c72c8739692 100644
--- a/core/modules/block/templates/block.html.twig
+++ b/core/modules/block/templates/block.html.twig
@@ -35,7 +35,6 @@
  * - title_suffix: Additional output populated by modules, intended to be
  *   displayed after the main title tag that appears in the template.
  *
- * @see template_preprocess()
  * @see template_preprocess_block()
  *
  * @ingroup themeable
diff --git a/core/modules/book/templates/book-all-books-block.html.twig b/core/modules/book/templates/book-all-books-block.html.twig
index 518c1e19bbe4d04bd3b94d584ffe444dc820c4b6..b84b59308123f58758d18f842dc426cea58c60e6 100644
--- a/core/modules/book/templates/book-all-books-block.html.twig
+++ b/core/modules/book/templates/book-all-books-block.html.twig
@@ -11,7 +11,6 @@
  *   - book_id: The parent book ID.
  *   - menu: The top-level book links.
  *
- * @see template_preprocess()
  * @see template_preprocess_book_all_books_block()
  *
  * @ingroup themeable
diff --git a/core/modules/book/templates/book-export-html.html.twig b/core/modules/book/templates/book-export-html.html.twig
index 95d5de38052161764b5217e460d0d57f816bbdbc..014d670ee156185d8a5af8ad504495960fbdda2e 100644
--- a/core/modules/book/templates/book-export-html.html.twig
+++ b/core/modules/book/templates/book-export-html.html.twig
@@ -13,7 +13,6 @@
  * - contents: Nodes within the current outline rendered through
  *   book-node-export-html.html.twig.
  *
- * @see template_preprocess()
  * @see template_preprocess_book_export_html()
  *
  * @ingroup themeable
diff --git a/core/modules/book/templates/book-navigation.html.twig b/core/modules/book/templates/book-navigation.html.twig
index 8dae15f48ec76651af0947b378fd6ae232cffd7c..af6cf517231c96b3f2cb912da5f4a7151ea879ad 100644
--- a/core/modules/book/templates/book-navigation.html.twig
+++ b/core/modules/book/templates/book-navigation.html.twig
@@ -26,7 +26,6 @@
  * - book_title: The book/node title of the current outline being viewed.
  *   Provided as an option. Not used by default.
  *
- * @see template_preprocess()
  * @see template_preprocess_book_navigation()
  *
  * @ingroup themeable
diff --git a/core/modules/book/templates/book-node-export-html.html.twig b/core/modules/book/templates/book-node-export-html.html.twig
index 7168de69d47f5231ccc0cce11ef839f5f59ce400..7719bc7339a06b239b26a5bf90c9e57892d69b84 100644
--- a/core/modules/book/templates/book-node-export-html.html.twig
+++ b/core/modules/book/templates/book-node-export-html.html.twig
@@ -10,7 +10,6 @@
  * - content: Node content.
  * - children: All the child nodes recursively rendered through this file.
  *
- * @see template_preprocess()
  * @see template_preprocess_book_node_export_html()
  *
  * @ingroup themeable
diff --git a/core/modules/color/templates/color-scheme-form.html.twig b/core/modules/color/templates/color-scheme-form.html.twig
index 1cd15474c0d8eda4a6145ccfa9a509199735bb5e..6cfacbd31e7a0db120ba59e1c3e70fb6c09dbaa6 100644
--- a/core/modules/color/templates/color-scheme-form.html.twig
+++ b/core/modules/color/templates/color-scheme-form.html.twig
@@ -10,7 +10,6 @@
  *   - palette: Color fields that can be changed by entering in a new hex value.
  * - html_preview: A HTML preview of the theme's current color scheme.
  *
- * @see template_preprocess()
  * @see template_preprocess_color_scheme_form()
  *
  * @ingroup themeable
diff --git a/core/modules/comment/templates/comment-wrapper.html.twig b/core/modules/comment/templates/comment-wrapper.html.twig
index dbf37cd9030c3abd7b868cf0f92bca24998d75cb..a75ef11c0d20b125368d7885b12896968bff2cc3 100644
--- a/core/modules/comment/templates/comment-wrapper.html.twig
+++ b/core/modules/comment/templates/comment-wrapper.html.twig
@@ -30,7 +30,6 @@
  *   - COMMENT_MODE_FLAT
  *   - COMMENT_MODE_THREADED
  *
- * @see template_preprocess()
  * @see template_preprocess_comment_wrapper()
  *
  * @ingroup themeable
diff --git a/core/modules/comment/templates/comment.html.twig b/core/modules/comment/templates/comment.html.twig
index 857a90a15c52a02509ff4de4c220bd23357e9233..11dab8425d287fde7a6ea3054366aa501660c2e0 100644
--- a/core/modules/comment/templates/comment.html.twig
+++ b/core/modules/comment/templates/comment.html.twig
@@ -58,7 +58,6 @@
  * - comment: Full comment object.
  * - node: Node entity the comments are attached to.
  *
- * @see template_preprocess()
  * @see template_preprocess_comment()
  *
  * @ingroup themeable
diff --git a/core/modules/forum/templates/forum-icon.html.twig b/core/modules/forum/templates/forum-icon.html.twig
index 986e1a60d4a202d2fa3286afe6fff8bc7a0225c8..f3447f8c072099222245fb21f181ed3024046253 100644
--- a/core/modules/forum/templates/forum-icon.html.twig
+++ b/core/modules/forum/templates/forum-icon.html.twig
@@ -12,7 +12,6 @@
  * - new_posts: '1' when this topic contains new posts, otherwise '0'.
  * - first_new: '1' when this is the first topic with new posts, otherwise '0'.
  *
- * @see template_preprocess()
  * @see template_preprocess_forum_icon()
  *
  * @ingroup themeable
diff --git a/core/modules/forum/templates/forum-list.html.twig b/core/modules/forum/templates/forum-list.html.twig
index b114c3e699624749e771f087fce298a20e6f5bbb..5b41f6a4c7c699bac13c5945330146157c9223f0 100644
--- a/core/modules/forum/templates/forum-list.html.twig
+++ b/core/modules/forum/templates/forum-list.html.twig
@@ -27,7 +27,6 @@
  * - forum_id: Forum ID for the current forum. Parent to all items within the
  *   forums array.
  *
- * @see template_preprocess()
  * @see template_preprocess_forum_list()
  *
  * @ingroup themeable
diff --git a/core/modules/forum/templates/forum-submitted.html.twig b/core/modules/forum/templates/forum-submitted.html.twig
index ad059dcc08c818d0dbc4843c7716c6abdff5e862..5115b4c3497fbd5e9c769f641f3cd1978a4312f8 100644
--- a/core/modules/forum/templates/forum-submitted.html.twig
+++ b/core/modules/forum/templates/forum-submitted.html.twig
@@ -11,7 +11,6 @@
  * - topic: An object with the raw data of the post. Potentially unsafe. Be
  *   sure to clean this data before printing.
  *
- * @see template_preprocess()
  * @see template_preprocess_forum_submitted()
  *
  * @ingroup themeable
diff --git a/core/modules/forum/templates/forum-topic-list.html.twig b/core/modules/forum/templates/forum-topic-list.html.twig
index 32727ee15c92e771db20541a381cbf9958982d70..85888bae163df11895165fed2ab890496707bc34 100644
--- a/core/modules/forum/templates/forum-topic-list.html.twig
+++ b/core/modules/forum/templates/forum-topic-list.html.twig
@@ -26,7 +26,6 @@
  *   - timestamp: The raw timestamp this topic was posted.
  * - topic_id: Numeric ID for the current forum topic.
  *
- * @see template_preprocess()
  * @see template_preprocess_forum_topic_list()
  *
  * @ingroup themeable
diff --git a/core/modules/forum/templates/forums.html.twig b/core/modules/forum/templates/forums.html.twig
index 59fff7db2a0cad9d5de48362198ac830f8b5895e..afd24904998e540e2092ea684a06e23202df28ef 100644
--- a/core/modules/forum/templates/forums.html.twig
+++ b/core/modules/forum/templates/forums.html.twig
@@ -10,7 +10,6 @@
  * - topics: The topics to display (as processed by forum-topic-list.html.twig).
  * - forums_defined: A flag to indicate that the forums are configured.
  *
- * @see template_preprocess()
  * @see template_preprocess_forums()
  *
  * @ingroup themeable
diff --git a/core/modules/locale/templates/locale-translation-last-check.html.twig b/core/modules/locale/templates/locale-translation-last-check.html.twig
index a6902fa9822834ceee7fb3b31b911312fbb80d5e..32cd8998f545ce537d681faeaa7ef40223f2260f 100644
--- a/core/modules/locale/templates/locale-translation-last-check.html.twig
+++ b/core/modules/locale/templates/locale-translation-last-check.html.twig
@@ -9,7 +9,6 @@
  *   updates.
  * - link: A link to manually check available updates.
  *
- * @see template_preprocess()
  * @see template_preprocess_locale_translation_last_check()
  *
  * @ingroup themeable
diff --git a/core/modules/locale/templates/locale-translation-update-info.html.twig b/core/modules/locale/templates/locale-translation-update-info.html.twig
index 183c42724cf84449b291780b1e4c0c1f4905d271..81cceb4f5b70162fa399d7cf5cede8111f291cc3 100644
--- a/core/modules/locale/templates/locale-translation-update-info.html.twig
+++ b/core/modules/locale/templates/locale-translation-update-info.html.twig
@@ -13,7 +13,6 @@
  *   translation updates, this variable will contain text indicating how many
  *   modules are missing translations.
  *
- * @see template_preprocess()
  * @see template_preprocess_locale_translation_update_info()
  *
  * @ingroup themeable
diff --git a/core/modules/node/templates/node.html.twig b/core/modules/node/templates/node.html.twig
index d28b88021cafcca00451eb5e50dbdf899aedcc7c..ad128114867c57f236c93acb4ae7ed58f13e460c 100644
--- a/core/modules/node/templates/node.html.twig
+++ b/core/modules/node/templates/node.html.twig
@@ -72,7 +72,6 @@
  * desired field language; for example, 'node.body.en', thus overriding any
  * language negotiation rule that may have been applied previously.
  *
- * @see template_preprocess()
  * @see template_preprocess_node()
  *
  * @todo Remove the id attribute (or make it a class), because if that gets
diff --git a/core/modules/overlay/templates/overlay-disable-message.html.twig b/core/modules/overlay/templates/overlay-disable-message.html.twig
index 46de92dc808b15f7b99f24895c70a835e68fbd1d..d5891a387b6352a4b5571f02a43b450f796ee507 100644
--- a/core/modules/overlay/templates/overlay-disable-message.html.twig
+++ b/core/modules/overlay/templates/overlay-disable-message.html.twig
@@ -7,7 +7,6 @@
  * - profile_link: The link to this user's account.
  * - dismiss_link: The link to dismiss the overlay.
  *
- * @see template_preprocess()
  * @see template_preprocess_overlay_disable_message()
  *
  * @ingroup themeable
diff --git a/core/modules/overlay/templates/overlay.html.twig b/core/modules/overlay/templates/overlay.html.twig
index 7f91d0e322d1b26c6f4be2aca479f66a2d4ca39e..732bc33737ad1097dd858c2ccb4d91527a1c4cd4 100644
--- a/core/modules/overlay/templates/overlay.html.twig
+++ b/core/modules/overlay/templates/overlay.html.twig
@@ -13,7 +13,6 @@
  *   view and edit tabs when displaying a node).
  * - disable_overlay: The message about how to disable the overlay.
  *
- * @see template_preprocess()
  * @see template_preprocess_overlay()
  *
  * @ingroup themeable
diff --git a/core/modules/search/templates/search-result.html.twig b/core/modules/search/templates/search-result.html.twig
index be4ed35f69e372cae15fd44568d474b5d31fc14b..9431cca822f3bd9b700ff6bccc18eac84141e1b1 100644
--- a/core/modules/search/templates/search-result.html.twig
+++ b/core/modules/search/templates/search-result.html.twig
@@ -52,7 +52,6 @@
  *   </pre>
  * @endcode
  *
- * @see template_preprocess()
  * @see template_preprocess_search_result()
  * @see template_process()
  *
diff --git a/core/modules/search/templates/search-results.html.twig b/core/modules/search/templates/search-results.html.twig
index c33ba92ef667228035417baaab2158b86e28e300..a43d1620717b02b3da52f0d8ed2ec8b4cb18717a 100644
--- a/core/modules/search/templates/search-results.html.twig
+++ b/core/modules/search/templates/search-results.html.twig
@@ -18,7 +18,6 @@
  * - pager: The pager next/prev links to display, if any.
  * - help: HTML for help text to display when no results are found.
  *
- * @see template_preprocess()
  * @see template_preprocess_search_results()
  *
  * @ingroup themeable
diff --git a/core/modules/system/templates/breadcrumb.html.twig b/core/modules/system/templates/breadcrumb.html.twig
index c595f3c7ea8f057a20b7c4126a35c411f076e93b..5f322f98208ff39cf21ab3ea41cba649c1282f9d 100644
--- a/core/modules/system/templates/breadcrumb.html.twig
+++ b/core/modules/system/templates/breadcrumb.html.twig
@@ -6,8 +6,6 @@
  * Available variables:
  * - breadcrumb: Breadcrumb trail items.
  *
- * @see template_preprocess()
- *
  * @ingroup themeable
  */
 #}
diff --git a/core/modules/system/templates/html.html.twig b/core/modules/system/templates/html.html.twig
index 153ff6beeb145c954df82759425bded0ebd6ecfd..f2d094efec131972262f1f7af545aeefcaaa0675 100644
--- a/core/modules/system/templates/html.html.twig
+++ b/core/modules/system/templates/html.html.twig
@@ -21,7 +21,6 @@
  * - scripts: Script tags necessary to load the JavaScript files and settings
  *   in the head.
  *
- * @see template_preprocess()
  * @see template_preprocess_html()
  * @see template_process_html()
  *
diff --git a/core/modules/system/templates/maintenance-page.html.twig b/core/modules/system/templates/maintenance-page.html.twig
index a57b54699ad891d3180089e6d985c05e9b46b253..03255e95e08c06f22fe4dcc940f0e6dcc3f449cd 100644
--- a/core/modules/system/templates/maintenance-page.html.twig
+++ b/core/modules/system/templates/maintenance-page.html.twig
@@ -7,7 +7,6 @@
  * page.html.twig.
  * Some may be blank but they are provided for consistency.
  *
- * @see template_preprocess()
  * @see template_preprocess_maintenance_page()
  *
  * @ingroup themeable
diff --git a/core/modules/system/templates/page.html.twig b/core/modules/system/templates/page.html.twig
index ff7c01089071c813d6c8d26b9145d2f5aca91980..71b66f69be15c3293f3587ced4c687b4fab6042a 100644
--- a/core/modules/system/templates/page.html.twig
+++ b/core/modules/system/templates/page.html.twig
@@ -57,7 +57,6 @@
  * - page.sidebar_second: Items for the second sidebar.
  * - page.footer: Items for the footer region.
  *
- * @see template_preprocess()
  * @see template_preprocess_page()
  * @see template_process()
  * @see template_process_page()
diff --git a/core/modules/system/templates/region.html.twig b/core/modules/system/templates/region.html.twig
index fe566fe8e66f4f8a4dc06f329e510ce00aacc244..9213e02b6809dc5f531b6d4e40307ba7ee0b0a2b 100644
--- a/core/modules/system/templates/region.html.twig
+++ b/core/modules/system/templates/region.html.twig
@@ -15,7 +15,6 @@
  * - region: The name of the region variable as defined in the theme's
  *   .info.yml file.
  *
- * @see template_preprocess()
  * @see template_preprocess_region()
  *
  * @ingroup themeable
diff --git a/core/modules/system/templates/system-plugin-ui-form.html.twig b/core/modules/system/templates/system-plugin-ui-form.html.twig
index 415a6bf2f2cd69a84ed35929586a117bc26b2261..5987888e2919f219b4583db383a6e084e4f7c49e 100644
--- a/core/modules/system/templates/system-plugin-ui-form.html.twig
+++ b/core/modules/system/templates/system-plugin-ui-form.html.twig
@@ -8,7 +8,6 @@
  *   - left: Form elements that appear in the left column.
  *   - right: Form elements that appear in the right column.
  *
- * @see template_preprocess()
  * @see template_preprocess_system_plugin_ui_form()
  *
  * @ingroup themeable
diff --git a/core/modules/system/templates/tablesort-indicator.html.twig b/core/modules/system/templates/tablesort-indicator.html.twig
index f5e9c922ac92e65668f51791a42bafbd9e6ff574..ffdecda8ba42af835ba47cba84c896c0b12b97ea 100644
--- a/core/modules/system/templates/tablesort-indicator.html.twig
+++ b/core/modules/system/templates/tablesort-indicator.html.twig
@@ -8,7 +8,6 @@
  * - style: Either 'asc' or 'desc', indicating the sorting direction.
  * - uri: URI to ascending or descending image.
  *
- * @see template_preprocess()
  * @see template_preprocess_tablesort_indicator()
  *
  * @ingroup themeable
diff --git a/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig b/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig
index 6f9b471a47f2c24e12e11fa0eda98c1541875fc8..d4f60e56d37842f786c982fd4be2f325aaf7b447 100644
--- a/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig
+++ b/core/modules/system/tests/modules/common_test/templates/common-test-foo.html.twig
@@ -7,8 +7,6 @@
  * - foo: foo.
  * - bar: bar.
  *
- * @see template_preprocess()
- *
  * @ingroup themeable
  */
 #}
diff --git a/core/modules/taxonomy/templates/taxonomy-term.html.twig b/core/modules/taxonomy/templates/taxonomy-term.html.twig
index 765cbcff0cab4908d06e32e4a068c6e9c12a1d97..a3986fa19f36d59cba389fb887022519a9cff2f3 100644
--- a/core/modules/taxonomy/templates/taxonomy-term.html.twig
+++ b/core/modules/taxonomy/templates/taxonomy-term.html.twig
@@ -24,7 +24,6 @@
  *   - id: The ID of the taxonomy term.
  * - view_mode: View mode, e.g. 'full', 'teaser', etc.
  *
- * @see template_preprocess()
  * @see template_preprocess_taxonomy_term()
  *
  * @ingroup themeable
diff --git a/core/modules/user/templates/user.html.twig b/core/modules/user/templates/user.html.twig
index e011796d24bdafb46c133831bde5feffa91dba7e..2f6f640c2681b9644bc0b00e855e3927c69830da 100644
--- a/core/modules/user/templates/user.html.twig
+++ b/core/modules/user/templates/user.html.twig
@@ -18,7 +18,6 @@
  *   language negotiation rule that was previously applied.
  * - attributes: HTML attributes for the container element.
  *
- * @see template_preprocess()
  * @see template_preprocess_user()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-exposed-form.html.twig b/core/modules/views/templates/views-exposed-form.html.twig
index 239b67df030865eac7dd70ee535ca684d400f556..d4986e6d1e1eb9c95fd56238fa222215a63d471c 100644
--- a/core/modules/views/templates/views-exposed-form.html.twig
+++ b/core/modules/views/templates/views-exposed-form.html.twig
@@ -20,7 +20,6 @@
  *   - offset: An optional textfield to define the offset of the view.
  *   - reset_button: An optional button to reset the exposed filter applied.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_exposed_form()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-more.html.twig b/core/modules/views/templates/views-more.html.twig
index 9ab8295742f35df0793167d4783f39678aafb115..c92b8495d046d9b041b268d13a4166fae89f70fd 100644
--- a/core/modules/views/templates/views-more.html.twig
+++ b/core/modules/views/templates/views-more.html.twig
@@ -8,8 +8,6 @@
  * - more_url: The URL for the views "more" link.
  * - link_text: The text for the views "more" link.
  *
- * @see template_preprocess()
- *
  * @ingroup themeable
  */
 #}
diff --git a/core/modules/views/templates/views-view-field.html.twig b/core/modules/views/templates/views-view-field.html.twig
index 759eb2262789c5940d9012f529ff9b3de6a5b42f..a058548c514a038bc233ee846937fc5ff9511591 100644
--- a/core/modules/views/templates/views-view-field.html.twig
+++ b/core/modules/views/templates/views-view-field.html.twig
@@ -19,7 +19,6 @@
  * The above will guarantee that you'll always get the correct data, regardless
  * of any changes in the aliasing that might happen if the view is modified.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_field()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view-fields.html.twig b/core/modules/views/templates/views-view-fields.html.twig
index 38525c73afd20170df0839c1384087a7577301ba..a8aa00b8c53cf9a2e7c3f7d52c61aa56baab279b 100644
--- a/core/modules/views/templates/views-view-fields.html.twig
+++ b/core/modules/views/templates/views-view-fields.html.twig
@@ -20,7 +20,6 @@
  *     element type.
  * - row: The raw result from the query, with all data it fetched.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_fields()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view-grid.html.twig b/core/modules/views/templates/views-view-grid.html.twig
index 8ba3003edf99e55cea95a78daf950c8a4fca2f6c..8b63792f825712fa63a9ca5dfc61f2ad6c4df921 100644
--- a/core/modules/views/templates/views-view-grid.html.twig
+++ b/core/modules/views/templates/views-view-grid.html.twig
@@ -12,7 +12,6 @@
  * - column_classes: HTML classes for each column including the row number and
  *   first or last.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_grid()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view-grouping.html.twig b/core/modules/views/templates/views-view-grouping.html.twig
index 2375eafb9e6111ebd8d9bb2dd7d936202af41e96..f06e6b6d33deb3a1fbaa9e594b8b18aed07ccf08 100644
--- a/core/modules/views/templates/views-view-grouping.html.twig
+++ b/core/modules/views/templates/views-view-grouping.html.twig
@@ -11,7 +11,6 @@
  * - content: The content to be grouped.
  * - rows: The rows returned from the view.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_grouping()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view-list.html.twig b/core/modules/views/templates/views-view-list.html.twig
index 5e2d2eb7b1f352f17926ec5887a0b2a7c74285f9..364ab2e4ce0bb342735bd9d9ebd30359ff5611a4 100644
--- a/core/modules/views/templates/views-view-list.html.twig
+++ b/core/modules/views/templates/views-view-list.html.twig
@@ -11,7 +11,6 @@
  *   - type: Starting tag will be either a ul or ol.
  *   - attributes: HTML attributes for the list element.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_list()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view-row-rss.html.twig b/core/modules/views/templates/views-view-row-rss.html.twig
index 0622e09f56ade1aa0a7fd80537a3b23862349be2..e07244caa9b2919a471b42fb208260f58d4fe202 100644
--- a/core/modules/views/templates/views-view-row-rss.html.twig
+++ b/core/modules/views/templates/views-view-row-rss.html.twig
@@ -9,7 +9,6 @@
  * - description: RSS body text.
  * - item_elements: RSS item elements rendered as XML (pubDate, creator, guid).
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_row_rss()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view-rss.html.twig b/core/modules/views/templates/views-view-rss.html.twig
index d223b059cb2b0459da4d59354fe80b3f7f35055d..19b5097a048c763a2bcc120116cbf06bfc870224 100644
--- a/core/modules/views/templates/views-view-rss.html.twig
+++ b/core/modules/views/templates/views-view-rss.html.twig
@@ -12,7 +12,6 @@
  * - channel_elements: The formatted channel elements.
  * - items: The feed items themselves.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_rss()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view-summary-unformatted.html.twig b/core/modules/views/templates/views-view-summary-unformatted.html.twig
index 77f68a8ba2a4db47b137aac54b033125d509d8af..25d48e3c97592b12727be540f91d52c61bfb72a5 100644
--- a/core/modules/views/templates/views-view-summary-unformatted.html.twig
+++ b/core/modules/views/templates/views-view-summary-unformatted.html.twig
@@ -15,7 +15,6 @@
  *   - inline: A flag indicating whether the item should be wrapped in an inline
  *     or block level HTML element.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_summary_unformatted()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view-summary.html.twig b/core/modules/views/templates/views-view-summary.html.twig
index cffc2bc869324e32db8d26a96519cac19ad40ae0..64f782650a7d757fa57c5170e3e9cb413495e8b5 100644
--- a/core/modules/views/templates/views-view-summary.html.twig
+++ b/core/modules/views/templates/views-view-summary.html.twig
@@ -15,7 +15,6 @@
  *   This contains:
  *   - count: A flag indicating whether the count should be displayed.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_summary()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view-table.html.twig b/core/modules/views/templates/views-view-table.html.twig
index f3bc6e4d796b7127a0078bcff361375f8db4958a..2242c0bd6b3ad6dfc57067012ecc6aee14552325 100644
--- a/core/modules/views/templates/views-view-table.html.twig
+++ b/core/modules/views/templates/views-view-table.html.twig
@@ -23,7 +23,6 @@
  * - field_classes: HTML classes to apply to each row, indexed by row number.
  *   This matches the index in columns and rows.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_table()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view-unformatted.html.twig b/core/modules/views/templates/views-view-unformatted.html.twig
index 47a66cf7ce68ab23e454b76f2ac91a326398fb5f..e1c820feb36a2a5e88521455de616f2f4eb8ac1a 100644
--- a/core/modules/views/templates/views-view-unformatted.html.twig
+++ b/core/modules/views/templates/views-view-unformatted.html.twig
@@ -8,7 +8,6 @@
  * - rows: A list of the view's row items.
  * - row_classes: A list of row class attributes keyed by the row's ID.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view_unformatted()
  *
  * @ingroup themeable
diff --git a/core/modules/views/templates/views-view.html.twig b/core/modules/views/templates/views-view.html.twig
index 7bc73b57b7d15c0fd95f47b006c50763bef94c43..f839ef957218c7f93c9968a4e87b94bf41c3f9d8 100644
--- a/core/modules/views/templates/views-view.html.twig
+++ b/core/modules/views/templates/views-view.html.twig
@@ -32,7 +32,6 @@
  * - attachment_after: An optional attachment view to be displayed after the
  *   view content.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view()
  *
  * @ingroup themeable
diff --git a/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig b/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig
index 79a0e6506b713e6b0712e6b4a84d9fc6c2601ed0..0ccf2da9b39608aac0a534363ab50ea2b24dbb62 100644
--- a/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig
+++ b/core/modules/views/tests/modules/views_test_data/templates/views-view--frontpage.html.twig
@@ -32,7 +32,6 @@
  * - attachment_after: An optional attachment view to be displayed after the
  *   view content.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_view()
  *
  * @ingroup themeable
diff --git a/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig b/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig
index 1c99ae888dd8e738baf8695f4da8553e9ffa173f..50e925d6f4ebc935d240bd6f65b4e20cb00cebcb 100644
--- a/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig
+++ b/core/modules/views_ui/templates/views-ui-display-tab-bucket.html.twig
@@ -9,7 +9,6 @@
  * - title: The title of the bucket, e.g. "Fields", "Filter Criteria", etc.
  * - content: Content items such as fields or settings in this container.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_ui_display_tab_bucket()
  *
  * @ingroup themeable
diff --git a/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig b/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig
index 1b44d684b82480c991bcc0478cf2cb16057f62ed..1c67469de55caf8056a31b1c3e460cf735a470dd 100644
--- a/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig
+++ b/core/modules/views_ui/templates/views-ui-display-tab-setting.html.twig
@@ -10,7 +10,6 @@
  * - description: The description or label for this setting.
  * - settings_links: A list of links for this setting.
  *
- * @see template_preprocess()
  * @see template_preprocess_views_ui_display_tab_setting()
  *
  * @ingroup themeable
diff --git a/core/themes/bartik/templates/comment.html.twig b/core/themes/bartik/templates/comment.html.twig
index 58496aa6df38cc4bd46b431f96991574fff8d17f..2a8351c3c1563eb824d90c3052027d8577ae0342 100644
--- a/core/themes/bartik/templates/comment.html.twig
+++ b/core/themes/bartik/templates/comment.html.twig
@@ -58,7 +58,6 @@
  * - comment: Full comment object.
  * - node: Node entity the comments are attached to.
  *
- * @see template_preprocess()
  * @see template_preprocess_comment()
  *
  * @ingroup themeable
diff --git a/core/themes/bartik/templates/maintenance-page.html.twig b/core/themes/bartik/templates/maintenance-page.html.twig
index 7e039360a8a35741c8cc18ef7dd9f715d277be98..1e44d52c004ecba144fb726f8dc5c557788dc1bd 100644
--- a/core/themes/bartik/templates/maintenance-page.html.twig
+++ b/core/themes/bartik/templates/maintenance-page.html.twig
@@ -5,7 +5,6 @@
  *
  * All of the available variables are mirrored in page.html.twig.
  *
- * @see template_preprocess()
  * @see template_preprocess_maintenance_page()
  * @see bartik_process_maintenance_page()
  *
diff --git a/core/themes/bartik/templates/node.html.twig b/core/themes/bartik/templates/node.html.twig
index 68a4a93378c4513b98638eedb5592755cd33884f..d8af3d54798f6d69e9595932ccd8a276fea66dc4 100644
--- a/core/themes/bartik/templates/node.html.twig
+++ b/core/themes/bartik/templates/node.html.twig
@@ -72,7 +72,6 @@
  * desired field language; for example, 'node.body.en', thus overriding any
  * language negotiation rule that may have been applied previously.
  *
- * @see template_preprocess()
  * @see template_preprocess_node()
  *
  * @ingroup themeable
diff --git a/core/themes/bartik/templates/page.html.twig b/core/themes/bartik/templates/page.html.twig
index da511eb7fc81fe98cd8504025e0e7bafd5e9ea33..240db7dc1a17e70a2d83d59659bad05be38c4254 100644
--- a/core/themes/bartik/templates/page.html.twig
+++ b/core/themes/bartik/templates/page.html.twig
@@ -72,7 +72,6 @@
  * - page.footer_fourthcolumn: Items for the fourth footer column.
  * - page.footer: Items for the footer region.
  *
- * @see template_preprocess()
  * @see template_preprocess_page()
  * @see bartik_preprocess_page()
  * @see template_process()
diff --git a/core/themes/seven/templates/maintenance-page.html.twig b/core/themes/seven/templates/maintenance-page.html.twig
index 02af912884d5a0b05f5ad1a8ad3ab776f3f37f9d..ecd72866c5d12417b926a7cbd8ff99097fe50358 100644
--- a/core/themes/seven/templates/maintenance-page.html.twig
+++ b/core/themes/seven/templates/maintenance-page.html.twig
@@ -5,7 +5,6 @@
  *
  * All of the available variables are mirrored in page.html.twig.
  *
- * @see template_preprocess()
  * @see template_preprocess_maintenance_page()
  * @see seven_preprocess_maintenance_page()
  *
diff --git a/core/themes/seven/templates/page.html.twig b/core/themes/seven/templates/page.html.twig
index abf824fb6683d369dc65a23e14beb73742094a96..d89939302a8746815ce9d4c4a85dfc2583608cf1 100644
--- a/core/themes/seven/templates/page.html.twig
+++ b/core/themes/seven/templates/page.html.twig
@@ -58,7 +58,6 @@
  * - page.sidebar_second: Items for the second sidebar.
  * - page.footer: Items for the footer region.
  *
- * @see template_preprocess()
  * @see template_preprocess_page()
  * @see seven_preprocess_page()
  * @see template_process()