src/dedicated.cpp
changeset 6451 7baba06b4b85
parent 5835 e0ff603ae0b7
child 6298 c30fe89622df
child 6558 384bfec543ac
--- a/src/dedicated.cpp	Fri Feb 23 12:56:10 2007 +0000
+++ b/src/dedicated.cpp	Fri Feb 23 18:55:07 2007 +0000
@@ -1,5 +1,7 @@
 /* $Id$ */
 
+/** @file dedicated.cpp */
+
 #include "stdafx.h"
 
 #ifdef ENABLE_NETWORK
@@ -43,7 +45,7 @@
 		}
 
 		default:
-			// We're the parent
+			/* We're the parent */
 			printf("Loading dedicated server...\n");
 			printf("  - Forked to background with pid %d\n", pid);
 			exit(0);