diff --git a/src/version.c b/src/version.c index d2db68d140b8e7f78ebf30d1de4716827ac98f3e..b12db28ea1f4c2711009ef5ef13c6c62e8c91d10 100644 --- a/src/version.c +++ b/src/version.c @@ -60,6 +60,9 @@ const char *package_description(void) { } +/** + * @brief Prints a greeting message to the standard output containing code version and revision number + */ void greetings(void) { printf( " Welcome to the cosmological code\n" );