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/libMSVMMaj.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'include/libMSVMMaj.h') diff --git a/include/libMSVMMaj.h b/include/libMSVMMaj.h index 21efc2f..b7261dc 100644 --- a/include/libMSVMMaj.h +++ b/include/libMSVMMaj.h @@ -1,3 +1,20 @@ +/** + * @file libMSVMMaj.h + * @author Gertjan van den Burg + * @date August, 2013 + * @brief Header file for the core MSVMMaj library libMSVMMaj.c + * + * @details + * The core computational routines for MSVMMaj are defined in libMSVMMaj.c. + * This file contains function declarations for these functions. + * + */ + +/** + * @todo + * rename this file and libMSVMMaj.c to correspond with the lowercase convention. + * Also change the name of the include guard. + */ #ifndef LIBMSVMMAJ_H #define LIBMSVMMAJ_H -- cgit v1.2.3