From: Aydın Mercan Date: Wed, 18 Feb 2026 08:49:29 +0000 (+0300) Subject: put doxygen file marker in isc/crypto.h X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c29ae1e5c5bcfb24d8c93d2c3963735f2021f912;p=thirdparty%2Fbind9.git put doxygen file marker in isc/crypto.h While Doxygen isn't necessarily used, developers might still opt to use it's syntax comments on LSPs and other toolchains. --- diff --git a/lib/isc/include/isc/crypto.h b/lib/isc/include/isc/crypto.h index 0d64f1cb1dd..6bae97377d0 100644 --- a/lib/isc/include/isc/crypto.h +++ b/lib/isc/include/isc/crypto.h @@ -13,6 +13,8 @@ #pragma once +/*! \file isc/crypto.h */ + #include #include @@ -277,15 +279,17 @@ isc_crypto_quic_hp_protect_mask(isc_crypto_quic_hp_protect_t *prot, 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. */