From 8f1746790eee65207f127674a883a16fd6179d32 Mon Sep 17 00:00:00 2001 From: Jeffrey Walton Date: Fri, 25 Dec 2020 13:45:42 -0500 Subject: Update documentation --- config_int.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'config_int.h') diff --git a/config_int.h b/config_int.h index 74ddfed9..1fd72574 100644 --- a/config_int.h +++ b/config_int.h @@ -4,11 +4,14 @@ /// \file config_int.h /// \brief Library configuration file +/// \details config_int.h provides defines and typedefs for integers. /// \details config.h was split into components in May 2019 to better /// integrate with Autoconf and its feature tests. The splitting occurred so /// users could continue to include config.h while allowing Autoconf /// to write new config_asm.h and new config_cxx.h using /// its feature tests. +/// \note You should include config.h rather than config_int.h +/// directly. /// \sa Issue 835 /// \since Crypto++ 8.3 -- cgit v1.2.1