aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Hoffmann <stefan991@gmail.com>2014-06-07 20:57:42 +0200
committerStefan Hoffmann <stefan991@gmail.com>2014-06-19 11:53:57 +0200
commite9577eeaeba6ce83a22126f9c479494bdad1cc4c (patch)
treeb4c0d8387c77c2387173f9610e8f0284c418fcc4
parent3141c02c0201c02a438d5148717b93a50d702c25 (diff)
downloadrneovim-e9577eeaeba6ce83a22126f9c479494bdad1cc4c.tar.gz
rneovim-e9577eeaeba6ce83a22126f9c479494bdad1cc4c.tar.bz2
rneovim-e9577eeaeba6ce83a22126f9c479494bdad1cc4c.zip
move documentation output to build/doxygen
-rw-r--r--.gitignore2
-rw-r--r--Doxyfile2
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/
diff --git a/Doxyfile b/Doxyfile
index 23a3d8308f..51e16ca391 100644
--- a/Doxyfile
+++ b/Doxyfile
@@ -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