avutil/aes_ctr: Add proper doxy group

So it will be properly listed along the other crypto modules
in the documentation.
pull/388/head
Marvin Scholz 3 years ago committed by Anton Khirnov
parent 67298d8ea1
commit c2c4ef6ae4
  1. 6
      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 <stdint.h>
#include "attributes.h"

Loading…
Cancel
Save