diff --git a/.gitignore b/.gitignore index d53c095..be6dfd2 100644 --- a/.gitignore +++ b/.gitignore @@ -10,8 +10,8 @@ borgsim borgsim.exe config.mk -docs/html -docs/latex +doc/html +doc/latex gmon.out image image.bin diff --git a/Doxyfile b/Doxyfile index d10f87e..bd03276 100644 --- a/Doxyfile +++ b/Doxyfile @@ -52,7 +52,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 = docs +OUTPUT_DIRECTORY = doc # 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