diff --git a/core/modules/aggregator/templates/aggregator-feed-source.html.twig b/core/modules/aggregator/templates/aggregator-feed-source.html.twig
index 0bb2ddb..5f13425 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 6a0185b..3736f97 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 12df970..01f36a3 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 2878da2..d2af8e8 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 757f8f5..14c7330 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 518c1e1..b84b593 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 95d5de3..014d670 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 8dae15f..af6cf51 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 7168de6..7719bc7 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 1cd1547..6cfacbd 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 dbf37cd..a75ef11 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 857a90a..11dab84 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 986e1a6..f3447f8 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 b114c3e..5b41f6a 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 ad059dc..5115b4c 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 32727ee..85888ba 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 59fff7d..afd2490 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 a6902fa..32cd899 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 183c427..81cceb4 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 d28b880..ad12811 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 46de92d..d5891a3 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 7f91d0e..732bc33 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 be4ed35..9431cca 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 c33ba92..a43d162 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 c595f3c..5f322f9 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 153ff6b..f2d094e 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 a57b546..03255e9 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 ff7c010..71b66f6 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 fe566fe..9213e02 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 415a6bf..5987888 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 f5e9c92..ffdecda 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 6f9b471..d4f60e5 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 765cbcf..a3986fa 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 e011796..2f6f640 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 239b67d..d4986e6 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 9ab8295..c92b849 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 759eb22..a058548 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 38525c7..a8aa00b 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 8ba3003..8b63792 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 2375eaf..f06e6b6 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 5e2d2eb..364ab2e 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 0622e09..e07244c 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 d223b05..19b5097 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 77f68a8..25d48e3 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 cffc2bc..64f7826 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 f3bc6e4..2242c0b 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 47a66cf..e1c820f 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 7bc73b5..f839ef9 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 79a0e65..0ccf2da 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 1c99ae8..50e925d 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 1b44d68..1c67469 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 58496aa..2a8351c 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 7e03936..1e44d52 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 68a4a93..d8af3d5 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 da511eb..240db7d 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 02af912..ecd7286 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 abf824f..d899393 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()
