diff --git a/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php b/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php
index eb77445..af44041 100644
--- a/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php
+++ b/core/lib/Drupal/Core/Routing/UrlGeneratorInterface.php
@@ -81,6 +81,8 @@ public function getPathFromRoute($name, $parameters = array());
    * @internal
    *   Should not be used in user code.
    *   Use \Drupal\Core\Url instead.
+   *
+   * @see \Drupal\Core\Url
    */
   public function generateFromRoute($name, $parameters = array(), $options = array(), $collect_bubbleable_metadata = FALSE);
 
