From 78b4d2fd1f64844adc194e10ea28aa097a29663a Mon Sep 17 00:00:00 2001
From: Matthieu Schaller <matthieu.schaller@durham.ac.uk>
Date: Thu, 10 Sep 2015 16:40:48 +0100
Subject: [PATCH] Doxygen documentation string for the new function

Former-commit-id: d0e6792fc41d83ae903e3bc583e3ec18d6444c65
---
 src/version.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/version.c b/src/version.c
index d2db68d140..b12db28ea1 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" );
-- 
GitLab