From: Andrew Latham Date: Sat, 13 Oct 2012 15:40:40 +0000 (+0000) Subject: Correct output directory X-Git-Tag: 13.0.0-beta1~2427 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4040875cfab4139df0a35a0cfa93778ee3afdd4c;p=thirdparty%2Fasterisk.git 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 --- 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