summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-18 14:17:40 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-18 14:17:40 +0000
commit6c20cf2d8ac34f7f336565118c2e88e238c0b2d0 (patch)
tree6d69a1dfb24b42431b5f55126b15a672217cddd2 /contrib
parent68c63d79654db7657048f19c1e445b03882d25a9 (diff)
Doxygen Updates - Title update
Update and extend the configuration_file group and enable linking. Commit other cleanups from multi-version Doxygen testing. Update title that was left behind many years ago. (issue ASTERISK-20259) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@375182 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'contrib')
-rw-r--r--contrib/asterisk-ng-doxygen7
1 files changed, 4 insertions, 3 deletions
diff --git a/contrib/asterisk-ng-doxygen b/contrib/asterisk-ng-doxygen
index f83f76a53..51a3f5d58 100644
--- a/contrib/asterisk-ng-doxygen
+++ b/contrib/asterisk-ng-doxygen
@@ -646,9 +646,10 @@ EXCLUDE_SYMBOLS =
# directories that contain example code fragments that are included (see
# the \include command).
-EXAMPLE_PATH = ./ \
+EXAMPLE_PATH = . \
doc \
- configs
+ configs \
+ contrib
# If the value of the EXAMPLE_PATH tag contains directories, you can use the
# EXAMPLE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp
@@ -662,7 +663,7 @@ EXAMPLE_PATTERNS =
# commands irrespective of the value of the RECURSIVE tag.
# Possible values are YES and NO. If left blank NO is used.
-EXAMPLE_RECURSIVE = YES
+EXAMPLE_RECURSIVE = NO
# The IMAGE_PATH tag can be used to specify one or more files or
# directories that contain image that are included in the documentation (see