diff --git a/core/modules/tracker/tracker.module b/core/modules/tracker/tracker.module
index dbde704..4eecc29 100644
--- a/core/modules/tracker/tracker.module
+++ b/core/modules/tracker/tracker.module
@@ -135,6 +135,10 @@ function tracker_cron() {
 /**
  * Access callback: Determines access permission for a user's own account.
  *
+ * @deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0.
+ *
+ * @internal As internal API, this may also be removed in a minor release if it becomes needed.
+ *
  * @param \Drupal\Core\Session\AccountInterface $account
  *   The user account to track.
  *
@@ -152,6 +156,10 @@ function _tracker_myrecent_access(AccountInterface $account) {
 /**
  * Access callback: Determines access permission for an account.
  *
+ * @deprecated in Drupal 8.4.0 and will be removed before Drupal 9.0.0.
+ *
+ * @internal As internal API, this may also be removed in a minor release if it becomes needed.
+ *
  * @param int $account
  *   The user account ID to track.
  *
diff --git a/core/modules/tracker/tracker.pages.inc b/core/modules/tracker/tracker.pages.inc
index 76a775f..de08c63 100644
--- a/core/modules/tracker/tracker.pages.inc
+++ b/core/modules/tracker/tracker.pages.inc
@@ -19,8 +19,6 @@
  *
  * @return array
  *   A renderable array.
- *
- * @see tracker_menu()
  */
 function tracker_page($account = NULL) {
   if ($account) {
