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