- doxygen file comments for dynlibmodule.

This commit is contained in:
W.C.A. Wijngaards
2020-06-24 13:37:43 +02:00
parent be1182c3db
commit 2a90e8fa1e
3 changed files with 10 additions and 1 deletions
+6
View File
@@ -1,3 +1,9 @@
/**
* \file
* This file contains the dynamic library module for Unbound.
* This loads a dynamic library (.dll, .so) and calls that for the
* module actions.
*/
#include "config.h"
#include "util/module.h"
#include "util/config_file.h"