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_os.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config_os.h') diff --git a/config_os.h b/config_os.h index 32655488..3f2a9880 100644 --- a/config_os.h +++ b/config_os.h @@ -4,11 +4,15 @@ /// \file config_os.h /// \brief Library configuration file +/// \details config_os.h provides defines for platforms and operating +/// systems. /// \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_os.h +/// directly. /// \sa Issue 835 /// \since Crypto++ 8.3 -- cgit v1.2.1