diff options
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Doxyfile | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.gitignore b/.gitignore index 7c8f262730..4a6bbfec0f 100644 --- a/.gitignore +++ b/.gitignore @@ -54,5 +54,3 @@ # local make targets local.mk -# Doxygen output -/documentation/ @@ -54,7 +54,7 @@ PROJECT_LOGO = # If a relative path is entered, it will be relative to the location # where doxygen was started. If left blank the current directory will be used. -OUTPUT_DIRECTORY = documentation +OUTPUT_DIRECTORY = build/doxygen # If the CREATE_SUBDIRS tag is set to YES, then doxygen will create # 4096 sub-directories (in 2 levels) under the output directory of each output |