(svn r8445) -Cleanup: remove some @params from comments as the parameters did not exist anymore and add comments to several variables/functions.

This commit is contained in:
rubidium
2007-01-28 20:47:25 +00:00
parent 2e984e0477
commit f72dde5236
8 changed files with 43 additions and 23 deletions

View File

@@ -6,6 +6,10 @@
#include "../../debug.h"
#include "os_abstraction.h"
/**
* @file core.cpp Functions used to initialize/shut down the core network
*/
#ifdef __MORPHOS__
/* the library base is required here */
struct Library *SocketBase = NULL;
@@ -13,6 +17,7 @@ struct Library *SocketBase = NULL;
/**
* Initializes the network core (as that is needed for some platforms
* @return true if the core has been initialized, false otherwise
*/
bool NetworkCoreInitialize(void)
{