Skip to content
Snippets Groups Projects
Commit 78b4d2fd authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Doxygen documentation string for the new function

Former-commit-id: d0e6792fc41d83ae903e3bc583e3ec18d6444c65
parent d9a4d443
No related branches found
No related tags found
No related merge requests found
...@@ -60,6 +60,9 @@ const char *package_description(void) { ...@@ -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) { void greetings(void) {
printf( " Welcome to the cosmological code\n" ); printf( " Welcome to the cosmological code\n" );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment