From 241a089c39c77345e8e0a0c8a04301ba2271e432 Mon Sep 17 00:00:00 2001 From: Clyne Sullivan Date: Sun, 18 Oct 2020 21:20:00 -0400 Subject: document/standardize; add compile log to gui --- source/elf_format.hpp | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'source/elf_format.hpp') 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_ -- cgit v1.2.3