]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Fix mistake in Doxygen.
authorOlle Johansson <oej@edvina.net>
Mon, 22 Apr 2013 12:45:26 +0000 (12:45 +0000)
committerOlle Johansson <oej@edvina.net>
Mon, 22 Apr 2013 12:45:26 +0000 (12:45 +0000)
Doxygen is only *ONE* comment that applies to the NEXT piece of code.

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@386211 65c4cc65-6c06-0410-ace0-fbb531ad65f3

include/asterisk/srv.h

index d98a1d0b96b0c7e5d25fb0a7c39ddccf60e5f951..475872fd0c9fb6c7376dbf41fca0bec305dfd791 100644 (file)
@@ -52,8 +52,7 @@ void ast_srv_cleanup(struct srv_context **context);
 
 /*! Lookup entry in SRV records Returns 1 if found, 0 if not found, -1 on hangup 
        Only do SRV record lookup if you get a domain without a port. If you get a port #, it's a DNS host name.
-*/
-/*!    \param  chan Ast channel
+!      \param  chan Ast channel
        \param  host host name (return value)
        \param  hostlen Length of string "host"
        \param  port Port number (return value)