From 8cc2fdad76b3e2ba67fe6b5dd3c44ee29dd2ab29 Mon Sep 17 00:00:00 2001 From: Andrey Semashev Date: Thu, 8 Feb 2024 18:39:47 +0300 Subject: [PATCH] Updated comments. --- test/fclose_deleter_compile_fail_adl.cpp | 2 +- test/functor_compile_fail_adl.cpp | 2 +- test/null_deleter_compile_fail_adl.cpp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/test/fclose_deleter_compile_fail_adl.cpp b/test/fclose_deleter_compile_fail_adl.cpp index 135edbf..d1b6b90 100644 --- a/test/fclose_deleter_compile_fail_adl.cpp +++ b/test/fclose_deleter_compile_fail_adl.cpp @@ -10,7 +10,7 @@ * \date 02.02.2024 * * This file tests that \c boost::fclose_deleter doesn't bring namespace - * boost into ADL. + * \c boost into ADL. */ #include diff --git a/test/functor_compile_fail_adl.cpp b/test/functor_compile_fail_adl.cpp index cc47765..2a9b8bd 100644 --- a/test/functor_compile_fail_adl.cpp +++ b/test/functor_compile_fail_adl.cpp @@ -10,7 +10,7 @@ * \date 02.02.2024 * * This file tests that \c boost::core::functor doesn't bring namespace - * boost::core into ADL. + * \c boost::core into ADL. */ #include diff --git a/test/null_deleter_compile_fail_adl.cpp b/test/null_deleter_compile_fail_adl.cpp index 4e24851..ea04066 100644 --- a/test/null_deleter_compile_fail_adl.cpp +++ b/test/null_deleter_compile_fail_adl.cpp @@ -10,7 +10,7 @@ * \date 02.02.2024 * * This file tests that \c boost::null_deleter doesn't bring namespace - * boost into ADL. + * \c boost into ADL. */ #include