diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-18 14:24:38 -0400 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2020-03-18 14:24:38 -0400 |
commit | 3731bb4679ee8716d4f579d5744c36a2d1b4a257 (patch) | |
tree | c722e152111b5306abe4c01135a3368267de0bdd /include/archive.h | |
parent | 8848e4f55561dbae8d76d27ed5e168b17c69e85d (diff) | |
download | spmc-3731bb4679ee8716d4f579d5744c36a2d1b4a257.tar.gz |
doxygen: add missing @file to each header
Diffstat (limited to 'include/archive.h')
-rw-r--r-- | include/archive.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/archive.h b/include/archive.h index 264a0d9..85f6db5 100644 --- a/include/archive.h +++ b/include/archive.h @@ -1,3 +1,6 @@ +/** + * @file archive.h + */ #ifndef SPM_ARCHIVE_H #define SPM_ARCHIVE_H |