From ddbd423f54e2fd92659a0d277ee844659eee8ba1 Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Wed, 15 Jan 2014 00:35:21 +0100 Subject: added documentation, restart git usage, start implementing kernels --- include/crossval.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'include/crossval.h') diff --git a/include/crossval.h b/include/crossval.h index 0794622..0dff0b9 100644 --- a/include/crossval.h +++ b/include/crossval.h @@ -1,3 +1,15 @@ +/** + * @file crossval.h + * @author Gertjan van den Burg + * @date January, 2014 + * @brief Header file for crossval.c + * + * @details + * Contains function declarations for functions needed for performing cross + * validation on MajData structures. + * + */ + #ifndef CROSSVAL_H #define CROSSVAL_H -- cgit v1.2.3