Snake vs Block Game to be run upon K64F.

Dependencies:   mbed

Revision:
103:64bc823d71f4
Parent:
99:4841f326200f
--- a/tests.h	Thu May 09 14:31:39 2019 +0000
+++ b/tests.h	Thu May 09 14:36:21 2019 +0000
@@ -1,15 +1,16 @@
 #ifndef TESTS_H
 #define TESTS_H
 
-/** @file Tests.h
+/** @file tests.h
  *  @brief Used to call Snake-test.h and check the results of the tests performed.
+ *  @author Ahmed N.Adamjee
+ *  @date 9th May 2019
  */
  
 #include "Snake-test.h"
 
 /**
  * @brief Run all the tests for this program
- *
  * @returns The number of tests that failed
  */
 int run_all_tests()