File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 44# Ignore compilation result directories
55/build
66/output
7+ /docs /api
78/_site
89
910# Ignore generated files in the libdragon FS
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1717 {
1818 "files" : [
1919 " /docs/images/**" ,
20- " /output /api/docs /**"
20+ " /docs /api/**"
2121 ]
2222 }
2323 ],
You can’t perform that action at this time.
0 commit comments