From 73fac66780cf82b59f60fd1570d7aaec719454f0 Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Thu, 20 Mar 2014 02:01:09 +0100 Subject: [PATCH] Doxygen: create output in doc, not in docs --- .gitignore | 4 ++-- Doxyfile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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