commit | 6b2088499f45671a2aeda2f77bf78cc4c83d6fa8 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Dec 28 20:35:00 2020 -0700 |
committer | Simon Glass <sjg@chromium.org> | Tue Jan 05 12:26:35 2021 -0700 |
tree | ba986f4bdaca3a4fadc3b3094631151af2aacb83 | |
parent | 5fa24b074d6cae24d48f68bdbcf69d1ccded76ce [diff] |
dtoc: Add a header comment to each generated file It is currently fairly obvious what the two generated files are for, but this will change as more are added. It is helpful for readers to describe the purpose of each file. Add a header commment field to OutputFile and use it to generate a comment at the top of each file. Signed-off-by: Simon Glass <sjg@chromium.org>