From e135eabb5c67e8c1576a8cf64479877bcdd15eee Mon Sep 17 00:00:00 2001 From: wokron Date: Fri, 24 Jul 2026 21:53:17 +0800 Subject: [PATCH] add doxygen header to module-hello example --- examples/module-hello.cpp | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/examples/module-hello.cpp b/examples/module-hello.cpp index 719df1f2..208d7a9a 100644 --- a/examples/module-hello.cpp +++ b/examples/module-hello.cpp @@ -1,3 +1,8 @@ +/** + * @file module-hello.cpp + * @brief Demonstrates using Condy as a C++20 module + */ + #include #include #include