From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id A794A440D8 for ; Sun, 25 Sep 2022 00:14:07 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id 5773A68BB8A; Sun, 25 Sep 2022 03:12:00 +0300 (EEST) Received: from mail-ed1-f42.google.com (mail-ed1-f42.google.com [209.85.208.42]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 540B968BBA4 for ; Sun, 25 Sep 2022 03:11:55 +0300 (EEST) Received: by mail-ed1-f42.google.com with SMTP id x21so4635300edd.11 for ; Sat, 24 Sep 2022 17:11:55 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date; bh=63zgd2ZPMFl+TGP/lBqSLbkr0Ws+c0BGszWMyMISTUs=; b=lPi6aovuD0Pg6Zq8ljYkZj0UDBB+vdkSmBWSNoBopnVUrdfvzZ8kT6Sg2kFjeGndJU wL0pYgoovaTTEVjNDICdjdnIhPslFkAC0Ggoueu3aKt0E4VjdNTG++zuRABy9HP1hfTu IrZ2a7l2+4zT6j0loM7ONensNfL6IxpQBh5CW+HA1EsgMIyAd/xli6XvyMU964Kby2G2 QpmFELSHX7VzweJVqh08LHrMzx0N+ndT8/Y0ma9BckEDHcaus/tf33cazcpe8kEB7Nmc FzRl3jMIOo+iZIHr9zo6JBX3/AYhSU13LldXsTc0HrqYesdtAnrUkp7rujuFbSHiD72U +How== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date; bh=63zgd2ZPMFl+TGP/lBqSLbkr0Ws+c0BGszWMyMISTUs=; b=5bEHvguaytrkyvG6vMN77vvHES5P7K3duW3tK5fYVfvOb8DXGGa1YUTOiiAFawBQ9f K5Cq8Tj9zJjlKWVEtf39tOR+4E9dAgi5UB7HoaU+jdFGDo9GxIG0QB650QdpX/v8k/UJ azv28qfhheQKgzFmkzJxBPl7lGN1KVeqM3KO2wi9S2c1eRcF5F6hy+RZmzPqhpB1Kx5/ V8ZT2SyCVYUHTFNQ3MYIiYsxxm0WY95MWz74i1ixZYe5zkyMlzh8wx74pOpvHRVAQmM7 EAGNd95gXMdIydTz66vMMDjvQ9JpnEhAPCvsO3FYZpzqZPqhqGoTFBdrEcSr0ReH5T4G dQvg== X-Gm-Message-State: ACrzQf1m5KK+TLwFY+O8t0J5mOwgz/H0UVgDTJoURTaky73veR0SKemr x3fabqi7cwhPwBuA/EwuFsKZMctHhrw= X-Google-Smtp-Source: AMsMyM77gMFtr/4fRZo5lUqb046talDuo9uQyuVl6/iF3ksAch+X36KFxjA/0GetVwHaDJQ6E1wI5w== X-Received: by 2002:a05:6402:1767:b0:457:205c:433c with SMTP id da7-20020a056402176700b00457205c433cmr1736351edb.83.1664064714575; Sat, 24 Sep 2022 17:11:54 -0700 (PDT) Received: from MBP-von-Marvin.citadel.scalie.me (84-112-104-25.cable.dynamic.surfer.at. [84.112.104.25]) by smtp.gmail.com with ESMTPSA id kz3-20020a17090777c300b007812ba2a360sm6208042ejc.149.2022.09.24.17.11.53 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sat, 24 Sep 2022 17:11:54 -0700 (PDT) From: Marvin Scholz To: ffmpeg-devel@ffmpeg.org Date: Sun, 25 Sep 2022 02:10:43 +0200 Message-Id: <20220925001121.37721-17-epirat07@gmail.com> X-Mailer: git-send-email 2.37.0 (Apple Git-136) In-Reply-To: <20220925001121.37721-1-epirat07@gmail.com> References: <20220922020400.46715-1-epirat07@gmail.com> <20220925001121.37721-1-epirat07@gmail.com> MIME-Version: 1.0 Subject: [FFmpeg-devel] [PATCH v3 16/54] avutil/aes_ctr: Add proper doxy group X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Cc: Marvin Scholz Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: So it will be properly listed along the other crypto modules in the documentation. --- libavutil/aes_ctr.h | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/libavutil/aes_ctr.h b/libavutil/aes_ctr.h index 4e9fda7aca..4d80c71326 100644 --- a/libavutil/aes_ctr.h +++ b/libavutil/aes_ctr.h @@ -22,6 +22,12 @@ #ifndef AVUTIL_AES_CTR_H #define AVUTIL_AES_CTR_H +/** + * @defgroup lavu_aes_ctr AES-CTR + * @ingroup lavu_crypto + * @{ + */ + #include #include "attributes.h" -- 2.37.0 (Apple Git-136) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".