aom: Use Doxygen's \deprecated command

From 129a3eea1fc45a0aa9b7e77844404eae9792c6ff Mon Sep 17 00:00:00 2001
From: Wan-Teh Chang <[EMAIL REDACTED]>
Date: Wed, 14 Aug 2024 15:57:06 -0700
Subject: [PATCH] Use Doxygen's \deprecated command

Change-Id: I961ae05e80b17306e69374d109168cb8af677bad
---
 aom/aomcx.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/aom/aomcx.h b/aom/aomcx.h
index 3cf399121..2a9a090b4 100644
--- a/aom/aomcx.h
+++ b/aom/aomcx.h
@@ -1530,7 +1530,7 @@ enum aome_enc_control_id {
   /*!\brief Codec control to set the maximum number of consecutive frame drops,
    * in units of frames, allowed for the frame dropper in 1 pass
    * CBR mode, int parameter. Value of zero has no effect.
-   * Deprecated: use the new control AV1E_SET_MAX_CONSEC_FRAME_DROP_MS_CBR.
+   * \deprecated Use the new control AV1E_SET_MAX_CONSEC_FRAME_DROP_MS_CBR.
    */
   AV1E_SET_MAX_CONSEC_FRAME_DROP_CBR = 164,