Skip to content

Commit 89f5088

Browse files
committed
Move doxyfile output
to within docs folder.
1 parent 54e0c75 commit 89f5088

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# Ignore compilation result directories
55
/build
66
/output
7+
/docs/api
78
/_site
89

910
# Ignore generated files in the libdragon FS

Doxyfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ PROJECT_LOGO =
6767
# entered, it will be relative to the location where doxygen was started. If
6868
# left blank the current directory will be used.
6969

70-
OUTPUT_DIRECTORY = output/api
70+
OUTPUT_DIRECTORY = docs/api
7171

7272
# If the CREATE_SUBDIRS tag is set to YES then doxygen will create up to 4096
7373
# sub-directories (in 2 levels) under the output directory of each output format

docfx.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
{
1818
"files": [
1919
"/docs/images/**",
20-
"/output/api/docs/**"
20+
"/docs/api/**"
2121
]
2222
}
2323
],

0 commit comments

Comments
 (0)