Make some minor updates to the doxygen configuration

- add bridges directory to be processed
- add some res/ subdirs
- alphabetize subdirs
- use consistent indentation


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@180641 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Russell Bryant
2009-03-07 15:36:00 +00:00
parent 09df92d485
commit 34ae4d2825

View File

@@ -464,20 +464,24 @@ WARN_LOGFILE =
# with spaces. # with spaces.
INPUT = ./ \ INPUT = ./ \
main \ agi \
include \ apps \
include/asterisk \ bridges \
cdr \
channels \ channels \
channels/misdn \ channels/misdn \
funcs \
main/stdtime \
apps \
cdr \
codecs \ codecs \
formats \ formats \
funcs \
include \
include/asterisk \
main \
main/stdtime \
pbx \ pbx \
agi \ res \
res res/ael \
res/ais \
res/snmp
# This tag can be used to specify the character encoding of the source files that # This tag can be used to specify the character encoding of the source files that
# doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default # doxygen parses. Internally doxygen uses the UTF-8 encoding, which is also the default