diff options
Diffstat (limited to 'source/elf_format.hpp')
-rw-r--r-- | source/elf_format.hpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/source/elf_format.hpp b/source/elf_format.hpp index ed74c7b..d4feb99 100644 --- a/source/elf_format.hpp +++ b/source/elf_format.hpp @@ -1,3 +1,10 @@ +/** + * @file elf_format.cpp + * @brief Defines ELF binary format info. + * + * Free to use, written by Clyne Sullivan. + */ + #ifndef STMDSP_ELF_FORMAT_HPP_ #define STMDSP_ELF_FORMAT_HPP_ |