From 664a331115f3f385d7136745d0b4dd420946929f Mon Sep 17 00:00:00 2001 From: Gertjan van den Burg Date: Thu, 6 Oct 2016 19:14:58 +0200 Subject: documentation fixes --- tests/include/dbg.h | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'tests/include/dbg.h') diff --git a/tests/include/dbg.h b/tests/include/dbg.h index 0401ea1..71137ba 100644 --- a/tests/include/dbg.h +++ b/tests/include/dbg.h @@ -1,3 +1,15 @@ +/** + * @file dbg.h + * @brief Debug macros for the minunit framework + * @author Zed Shaw + * + * @details + * These debug macros come from Zed Shaw's book Learn C The Hard Way, and are + * used for the testing framework of GenSVM. + * + * @sa minunit.h + */ + #ifndef __dbg_h__ #define __dbg_h__ -- cgit v1.2.3