diff options
| author | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-12 16:18:47 +0300 |
|---|---|---|
| committer | Kimplul <kimi.h.kuparinen@gmail.com> | 2022-06-12 16:18:47 +0300 |
| commit | 62fc51338d7259c2ea39f38bd8c7d9552e9b2002 (patch) | |
| tree | 87eb670ed58b3ce0d5c0e2ad39f5c633d9e10e40 /common/mem_nodes.c | |
| parent | 6c529c5c6c2d016d77b143171c5e27fbec0d2bfd (diff) | |
| download | kmi-62fc51338d7259c2ea39f38bd8c7d9552e9b2002.tar.gz kmi-62fc51338d7259c2ea39f38bd8c7d9552e9b2002.zip | |
doxygen shows no warnings
+ Does not mean documentation is done, but it's a nice little
achievement nonetheless.
Diffstat (limited to 'common/mem_nodes.c')
| -rw-r--r-- | common/mem_nodes.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/mem_nodes.c b/common/mem_nodes.c index ffa089f..918ee67 100644 --- a/common/mem_nodes.c +++ b/common/mem_nodes.c @@ -16,6 +16,7 @@ #include <apos/string.h> #include <apos/mem_nodes.h> +/** Memory node subsystem instance. */ static struct node_root root; void init_mem_nodes() |
