While Doxygen isn't necessarily used, developers might still opt to
use it's syntax comments on LSPs and other toolchains.
#pragma once
+/*! \file isc/crypto.h */
+
#include <stddef.h>
#include <stdint.h>
bool
isc_crypto_fips_mode(void);
-/*
+/**<
* Return if FIPS mode is currently enabled or not.
*/
isc_result_t
isc_crypto_fips_enable(void);
-/*
+/**<
+ * \brief
* Enable FIPS mode. It cannot be disabled afterwards.
*
+ * \warning
* This function is NOT thread safe.
*/