From 3731bb4679ee8716d4f579d5744c36a2d1b4a257 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 18 Mar 2020 14:24:38 -0400 Subject: doxygen: add missing @file to each header --- include/str.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include/str.h') diff --git a/include/str.h b/include/str.h index 23126ab..e313b84 100644 --- a/include/str.h +++ b/include/str.h @@ -1,3 +1,6 @@ +/** + * @file str.h + */ #ifndef SPM_STR_H #define SPM_STR_H -- cgit