From 9bcd41aaf271517dd99bf773d684cd8ba41c6cee Mon Sep 17 00:00:00 2001 From: Pedro Bianchini de Quadros Date: Thu, 18 Sep 2025 09:13:05 -0300 Subject: [PATCH] docs: update doxyfile --- .gitignore | 3 ++- Doxyfile | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 4dabe82..0d8bc69 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ .vscode/ .idea/ -build/ \ No newline at end of file +build/ +*.code-workspace \ No newline at end of file diff --git a/Doxyfile b/Doxyfile index 18d7214..0c9854b 100644 --- a/Doxyfile +++ b/Doxyfile @@ -68,7 +68,7 @@ PROJECT_LOGO = # entered, it will be relative to the location where doxygen was started. If # left blank the current directory will be used. -OUTPUT_DIRECTORY = +OUTPUT_DIRECTORY = docs # If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096 # sub-directories (in 2 levels) under the output directory of each output format