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