The beginning of doxygenation, for the Linux port:

As a first step, added an @file description for each file.
This commit is contained in:
tbrennan3
2010-02-14 05:46:31 +00:00
parent a911eea98f
commit 53d0a1510c
11 changed files with 21 additions and 1 deletions
+2
View File
@@ -28,6 +28,8 @@
#include <time.h>
#include "timer.h"
/** @file linux/timer.c Provides Linux-specific time and timer functions. */
/* counter for the various timers */
static volatile uint32_t Millisecond_Counter[MAX_MILLISECOND_TIMERS];