From 8fe33a340b8979a73fa84f201c15519a9b5d0266 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Sun, 14 Nov 2010 21:20:43 -0500 Subject: Document libdimension with Doxygen. --- libdimension/timer.c | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'libdimension/timer.c') diff --git a/libdimension/timer.c b/libdimension/timer.c index eb15357..daf0c00 100644 --- a/libdimension/timer.c +++ b/libdimension/timer.c @@ -18,10 +18,16 @@ * . * *************************************************************************/ +/** + * @file + * Performance counter. + */ + #include "dimension.h" #include #include +/** Clock ticks per second. */ static long clk_tck = 0; dmnsn_timer * -- cgit v1.2.3