diff -r c29a7d37c3ce -r d19b0137d8e4 src/debug.h --- a/src/debug.h Thu Mar 01 00:58:09 2007 +0000 +++ b/src/debug.h Thu Mar 01 01:24:44 2007 +0000 @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file debug.h */ + #ifndef DEBUG_H #define DEBUG_H @@ -91,7 +93,7 @@ #define OTTD_PRINTF64 "ll" #endif -// Used for profiling +/* Used for profiling */ #define TIC() {\ extern uint64 _rdtsc(void);\ uint64 _xxx_ = _rdtsc();\