aboutsummaryrefslogtreecommitdiffstats
path: root/source/elf_format.hpp
diff options
context:
space:
mode:
authorClyne Sullivan <clyne@bitgloo.com>2020-10-18 21:20:00 -0400
committerClyne Sullivan <clyne@bitgloo.com>2020-10-18 21:20:00 -0400
commit241a089c39c77345e8e0a0c8a04301ba2271e432 (patch)
treeebce9026eed4bd0561f4422fcdc35149ba338487 /source/elf_format.hpp
parent9c98bfb62c3d981eb95957186b3c85e735e0b2f5 (diff)
document/standardize; add compile log to gui
Diffstat (limited to 'source/elf_format.hpp')
-rw-r--r--source/elf_format.hpp7
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_