Make minor changes to documentation
diff --git a/include/mbedtls/aes.h b/include/mbedtls/aes.h
index 4a546ac..1829f72 100644
--- a/include/mbedtls/aes.h
+++ b/include/mbedtls/aes.h
@@ -287,7 +287,8 @@
#define MBEDTLS_DEPRECATED
#endif
/**
- * \brief Old AES block encryption function without return value.
+ * \brief Deprecated internal AES block encryption function
+ * without return value.
*
* \deprecated Superseded by mbedtls_aes_encrypt_ext() in 2.5.0
*
@@ -300,7 +301,8 @@
unsigned char output[16] );
/**
- * \brief Old AES block decryption function without return value.
+ * \brief Deprecated internal AES block decryption function
+ * without return value.
*
* \deprecated Superseded by mbedtls_aes_decrypt_ext() in 2.5.0
*