commit | 1fb9f3ff893572d9255ea235b7c73edd362efdc5 | [log] [tgz] |
---|---|---|
author | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Aug 28 08:15:13 2020 -0400 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Fri Aug 28 17:41:32 2020 -0400 |
tree | ca7124138e1828daf922cf80f9efcf5c01371703 | |
parent | 82c84bbe501fc1917145dca279faf445f0340a76 [diff] [blame] |
docs: Add minimal doxygen setup Add a Doxyfile and the minimum required tags to the sources to make anything useful appear in the documentation. To generate just run: doxygen from the project root or doxygen ./Doxyfile. Change-Id: Ie60eb1458586dc0a7843dca69e969b78817260d3 Signed-off-by: Brad Bishop <bradleyb@fuzziesquirrel.com>
diff --git a/.gitignore b/.gitignore index 799619f..07e92ea 100644 --- a/.gitignore +++ b/.gitignore
@@ -25,3 +25,4 @@ .idea/ cmake-build-debug/ Testing +html