We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd0562e commit 9bcd41aCopy full SHA for 9bcd41a
.gitignore
@@ -1,3 +1,4 @@
1
.vscode/
2
.idea/
3
-build/
+build/
4
+*.code-workspace
Doxyfile
@@ -68,7 +68,7 @@ PROJECT_LOGO =
68
# entered, it will be relative to the location where doxygen was started. If
69
# left blank the current directory will be used.
70
71
-OUTPUT_DIRECTORY =
+OUTPUT_DIRECTORY = docs
72
73
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
74
# sub-directories (in 2 levels) under the output directory of each output format
0 commit comments