Misc fixes to doxygen comments

This commit is contained in:
Mark Riddoch
2014-08-19 13:22:40 +01:00
parent 3dc09dfe43
commit d6a2ef6996
14 changed files with 58 additions and 34 deletions

View File

@ -281,6 +281,7 @@ MODULES *mod = registered;
* @param dlhandle The handle returned by dlopen
* @param version The version string returned by the module
* @param modobj The module object
* @param mod_info The module information
*/
static void
register_module(const char *module, const char *type, void *dlhandle, char *version, void *modobj, MODULE_INFO *mod_info)