Fixed comments to be compatible with doxygen

This commit is contained in:
vraatikka
2013-12-13 19:11:10 +02:00
parent d700754baa
commit 97bc1ed042
13 changed files with 168 additions and 174 deletions

View File

@ -74,7 +74,7 @@ MODULES *mod;
if ((mod = find_module(module)) == NULL)
{
/**
/*<
* The module is not already loaded
*
* Search of the shared object.
@ -251,7 +251,7 @@ MODULES *ptr;
ptr = ptr->next;
}
/*
/*<
* The module is now not in the linked list and all
* memory related to it can be freed
*/