From 6dbf9f2f41e82a05d284c72ab3acbae949c3e904 Mon Sep 17 00:00:00 2001 From: belugas Date: Fri, 23 Feb 2007 18:55:07 +0000 Subject: (svn r8862) -Cleanup: doxygen changes, again. Mostly @files missing tags and a few comments style. Some documentation addition, when i can easily supply them --- src/dedicated.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/dedicated.cpp') diff --git a/src/dedicated.cpp b/src/dedicated.cpp index 1905fa498..d142edc0c 100644 --- a/src/dedicated.cpp +++ b/src/dedicated.cpp @@ -1,5 +1,7 @@ /* $Id$ */ +/** @file dedicated.cpp */ + #include "stdafx.h" #ifdef ENABLE_NETWORK @@ -43,7 +45,7 @@ void DedicatedFork(void) } 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); -- cgit v1.2.3-54-g00ecf