aboutsummaryrefslogtreecommitdiffstats
path: root/src/pseudotalloc/talloc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pseudotalloc/talloc.h')
-rw-r--r--src/pseudotalloc/talloc.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/pseudotalloc/talloc.h b/src/pseudotalloc/talloc.h
index f4c0a74f..3ce9f37a 100644
--- a/src/pseudotalloc/talloc.h
+++ b/src/pseudotalloc/talloc.h
@@ -1,8 +1,9 @@
-#pragma once
-
-/* overly simplistic talloc replacement for deeply embedded
+/*! \file talloc.h
+ * overly simplistic talloc replacement for deeply embedded
* microcontrollers. Obviously this has none of the properties of real
- * talloc, it is particualrly not hierarchical at all */
+ * talloc, it is particualrly not hierarchical at all. */
+
+#pragma once
#include <stdlib.h>
#include <stdarg.h>