From 92a65de048e39a2151f9470edb0968768afb1063 Mon Sep 17 00:00:00 2001 From: Matthew Jordan Date: Wed, 11 Jul 2012 17:14:45 +0000 Subject: Don't perform an XInclude to a document node that may not always be present Because some of the manager events are defined in the top of the source, due to the macro calls not containing all necessary information to have the documentation colocated with the call itself, several include statements were failing when built with 'make'. While this did not cause any problems in compilation or validation, it did result in a number of warnings being dumped to stderr. This patch changes those references such that they always resolve, regardless of the documentation build options. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@369939 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- main/features.c | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) (limited to 'main') diff --git a/main/features.c b/main/features.c index 420cdaf79..dd62c0c7f 100644 --- a/main/features.c +++ b/main/features.c @@ -475,9 +475,13 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Raised when a parked call times out. - + + The parking lot extension. + - + + The name of the parking lot. + @@ -493,9 +497,9 @@ ASTERISK_FILE_VERSION(__FILE__, "$Revision$") Raised when a parked call hangs up while in the parking lot. - + - + -- cgit v1.2.3