docs: fix doxygen compile warnings for doxygen 1.9.1

Newer versions of doxygen will give warnings for comments in
INPUT lists

Delete all comment lines to fix these warnings, our folder structure
stil gives an OK overview of what we are including
This commit is contained in:
Marius Vikhammer
2021-04-09 11:57:03 +08:00
committed by Krzysztof Budzynski
parent 7154866e80
commit 0633ee3e18
8 changed files with 30 additions and 123 deletions

View File

@@ -426,7 +426,7 @@ Here are two "*", because the length of the data to be emitted is unknown that r
.. code-block:: c
typedef int (* esp_blufi_encrypt_func_t)(uint8_t iv8, uint8_t *crypt_data, int cyprt_len)
typedef int (* esp_blufi_encrypt_func_t)(uint8_t iv8, uint8_t *crypt_data, int crypt_len)
The data to be encrypted and decrypted must use the same length. The IV8 is a 8 bit sequence value of frames, which can be used as a 8 bit of IV.