From 957effa5fa14c790bfdf5d55f69da7b48d1ba225 Mon Sep 17 00:00:00 2001 From: Folkert Nobels <nobels@strw.leidenuniv.nl> Date: Thu, 28 Feb 2019 10:41:00 +0100 Subject: [PATCH] Fix doxygen documentation for pearsonfunc --- tests/testRandom.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testRandom.c b/tests/testRandom.c index e0dc06a885..1b2a6a5d48 100644 --- a/tests/testRandom.c +++ b/tests/testRandom.c @@ -26,7 +26,7 @@ /* Local headers. */ #include "swift.h" -/* +/** * @brief Compute the Pearson correlation coefficient for two sets of numbers * * The pearson correlation coefficient between two sets of numbers can be -- GitLab