From 6f6c6f02f74944d2bb6b19eb2acce46068dca62b Mon Sep 17 00:00:00 2001 From: Luke Date: Sat, 14 Oct 2023 19:40:23 -0400 Subject: [PATCH] Doxygen - attempt 2 --- .vscode/tasks.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.vscode/tasks.json b/.vscode/tasks.json index fd90e507..31f60f9c 100644 --- a/.vscode/tasks.json +++ b/.vscode/tasks.json @@ -29,6 +29,11 @@ "type": "shell", "command": "python3 ./common/faults/generation/generator.py", "problemMatcher": [] + }, + { + "label": "docs_gen", + "type": "shell", + "command": "doxygen Doxyfile" } ] } \ No newline at end of file