From 57164aba14c157288df338b8cf2f5622d01ff460 Mon Sep 17 00:00:00 2001 From: Matt Strapp Date: Tue, 14 May 2024 16:16:31 -0500 Subject: Add a half-assed doxygen implementation and start a really bad idea Signed-off-by: Matt Strapp --- include/locusts.h | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'include') diff --git a/include/locusts.h b/include/locusts.h index 870a0ad..316bfdb 100644 --- a/include/locusts.h +++ b/include/locusts.h @@ -1,3 +1,4 @@ +/** @file */ #ifndef LOCUSTS_H #define LOCUSTS_H @@ -5,12 +6,12 @@ extern "C" { #endif -/* -Introduces locusts into your codebase. - -Note: locusts are not included with installing this library. Please source your -own. -*/ +/** + * @brief Add locusts to your codebase. + * + * NOTE: Locusts are not included in this library. + * You will have to provide your own. + */ void introduce_locusts(void); #ifdef __cplusplus -- cgit v1.2.3