From d8dfa4434d9f121ad5c42cf3b298ccfba00c26f7 Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Mon, 14 Nov 2005 19:00:38 +0000 Subject: finish merging doxygen updates from issue #5605 git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7096 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- contrib/asterisk-ng-doxygen | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) (limited to 'contrib') diff --git a/contrib/asterisk-ng-doxygen b/contrib/asterisk-ng-doxygen index 6cd6c57bd..8cf834d4a 100755 --- a/contrib/asterisk-ng-doxygen +++ b/contrib/asterisk-ng-doxygen @@ -19,11 +19,6 @@ PROJECT_NAME = "Asterisk - the Open Source PBX" -# The PROJECT_NUMBER tag can be used to enter a project or revision number. -# This could be handy for archiving the generated documentation or -# if some version control system is used. - -PROJECT_NUMBER = CVS_HEAD # The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute) # base path where the generated documentation will be put. @@ -455,6 +450,7 @@ INPUT = ./ \ include/asterisk \ channels \ funcs \ + stdtime \ apps \ cdr \ codecs \ @@ -716,7 +712,7 @@ ENUM_VALUES_PER_LINE = 4 # Netscape 6.0+, Internet explorer 5.0+, or Konqueror). Windows users are # probably better off using the HTML help feature. -GENERATE_TREEVIEW = NO +GENERATE_TREEVIEW = YES # If the treeview is enabled (see GENERATE_TREEVIEW) then this tag can be # used to set the initial width (in pixels) of the frame in which the tree @@ -1083,7 +1079,8 @@ HIDE_UNDOC_RELATIONS = YES # toolkit from AT&T and Lucent Bell Labs. The other options in this section # have no effect if this option is set to NO (the default) -HAVE_DOT = YES +#Created by Asterisk Makefile +#HAVE_DOT = NO # If the CLASS_GRAPH and HAVE_DOT tags are set to YES then doxygen # will generate a graph for each documented class showing the direct and -- cgit v1.2.3