summaryrefslogtreecommitdiff
path: root/src/debug.h
diff options
context:
space:
mode:
authorbelugas <belugas@openttd.org>2007-03-01 01:24:44 +0000
committerbelugas <belugas@openttd.org>2007-03-01 01:24:44 +0000
commit240cbd4dd25bfab66958593ea713042f4b8116d4 (patch)
treeb54eae356dabaadef12af40bb13f3e6e4f25c59e /src/debug.h
parent3e9cc1a6519a047d558115032c6b4dfcd707f105 (diff)
downloadopenttd-240cbd4dd25bfab66958593ea713042f4b8116d4.tar.xz
(svn r8950) -Cleanup: doxygen changes. Mostly @files missing tags and a few comments style.
Diffstat (limited to 'src/debug.h')
-rw-r--r--src/debug.h4
1 files changed, 3 insertions, 1 deletions
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();\