From 978d7da81883c775c45b1bac64ce8b73f58d6d2f Mon Sep 17 00:00:00 2001 From: belugas Date: Thu, 1 Mar 2007 01:24:44 +0000 Subject: (svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style. --- src/debug.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/debug.h') diff --git a/src/debug.h b/src/debug.h index 47d7855f9..bd3c222c6 100644 --- a/src/debug.h +++ b/src/debug.h @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file debug.h */ + #ifndef DEBUG_H #define DEBUG_H @@ -91,7 +93,7 @@ const char *GetDebugString(void); #define OTTD_PRINTF64 "ll" #endif -// Used for profiling +/* Used for profiling */ #define TIC() {\ extern uint64 _rdtsc(void);\ uint64 _xxx_ = _rdtsc();\ -- cgit v1.2.3-54-g00ecf