diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-23 13:32:18 +0200 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-06-23 13:32:18 +0200 |
commit | f4e7a23309797c56baf6be3a9e99e74596223474 (patch) | |
tree | 39f365937de0fb6dab32f18135cc75238e99f283 /Doxyfile | |
parent | 0da43c3bc7b876aa07f409d6b7b3c7a8b72cfaae (diff) |
tweak doxygen output
Diffstat (limited to 'Doxyfile')
-rw-r--r-- | Doxyfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -2,6 +2,7 @@ DOXYFILE_ENCODING = UTF-8 PROJECT_NAME = "puzzlebox" OUTPUT_DIRECTORY = doxygen +LAYOUT_FILE = docs/doxygen-layout.xml INPUT += readme.md INPUT += lib/mpack |