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/minunit.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'tests/include/minunit.h') diff --git a/tests/include/minunit.h b/tests/include/minunit.h index 0fe8898..9e2328f 100644 --- a/tests/include/minunit.h +++ b/tests/include/minunit.h @@ -1,3 +1,16 @@ +/** + * @file minunit.h + * @brief Minimal unit testing framework for C + * @author Zed Shaw + * + * @details + * This unit testing framework comes from Zed Shaw's book Learn C The Hard + * Way, and are evolved from the "minunit" code snippets by Jera Design. I've + * added a mu_test_missing() macro to deal with missing unit tests. + * + * @sa dbg.h + */ + #undef NDEBUG #ifndef _minunit_h #define _minunit_h -- cgit v1.2.3