[asterisk-commits] oej: trunk r386211 -	/trunk/include/asterisk/srv.h
    SVN commits to the Asterisk project 
    asterisk-commits at lists.digium.com
       
    Mon Apr 22 07:45:30 CDT 2013
    
    
  
Author: oej
Date: Mon Apr 22 07:45:26 2013
New Revision: 386211
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=386211
Log:
Fix mistake in Doxygen. 
Doxygen is only *ONE* comment that applies to the NEXT piece of code.
Modified:
    trunk/include/asterisk/srv.h
Modified: trunk/include/asterisk/srv.h
URL: http://svnview.digium.com/svn/asterisk/trunk/include/asterisk/srv.h?view=diff&rev=386211&r1=386210&r2=386211
==============================================================================
--- trunk/include/asterisk/srv.h (original)
+++ trunk/include/asterisk/srv.h Mon Apr 22 07:45:26 2013
@@ -52,8 +52,7 @@
 
 /*! 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)
    
    
More information about the asterisk-commits
mailing list