diff options
author | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-18 21:20:00 -0400 |
---|---|---|
committer | Clyne Sullivan <clyne@bitgloo.com> | 2020-10-18 21:20:00 -0400 |
commit | 241a089c39c77345e8e0a0c8a04301ba2271e432 (patch) | |
tree | ebce9026eed4bd0561f4422fcdc35149ba338487 /source/elf_format.hpp | |
parent | 9c98bfb62c3d981eb95957186b3c85e735e0b2f5 (diff) |
document/standardize; add compile log to gui
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_ |