From 4040875cfab4139df0a35a0cfa93778ee3afdd4c Mon Sep 17 00:00:00 2001 From: Andrew Latham Date: Sat, 13 Oct 2012 15:40:40 +0000 Subject: [PATCH] Correct output directory During testing I used an alternate output directory and mistakenly committed it. Matt Jordan noticed and I reverted. This is the correct setting for local output to match with all branches. (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374948 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/asterisk-ng-doxygen | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/asterisk-ng-doxygen b/contrib/asterisk-ng-doxygen index ca2c417d0b..f83f76a538 100644 --- a/contrib/asterisk-ng-doxygen +++ b/contrib/asterisk-ng-doxygen @@ -38,7 +38,7 @@ PROJECT_NUMBER = # 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 = api +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 -- 2.47.3