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