From 82dcaf45e07b213a3c475bfae866d1929fa253d3 Mon Sep 17 00:00:00 2001 From: Andrew Noyes Date: Tue, 14 May 2024 11:31:54 -0700 Subject: [PATCH] Use /* */ style comment in header --- include/VersionedMap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/VersionedMap.h b/include/VersionedMap.h index 5a92508..1423265 100644 --- a/include/VersionedMap.h +++ b/include/VersionedMap.h @@ -187,7 +187,7 @@ struct __attribute__((__visibility__("default"))) VersionedMap { VersionedMap &operator=(const VersionedMap &) = delete; #endif - /// @private + /** @private */ struct Impl; private: