[asterisk-commits] oej: trunk r222614 - in /trunk: cdr/ cel/ res/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Oct 7 13:55:29 CDT 2009
Author: oej
Date: Wed Oct 7 13:55:25 2009
New Revision: 222614
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=222614
Log:
Use extref for doxygen references to external libraries (in this case PostgreSQL)
Modified:
trunk/cdr/cdr_pgsql.c
trunk/cel/cel_pgsql.c
trunk/res/res_config_pgsql.c
Modified: trunk/cdr/cdr_pgsql.c
URL: http://svnview.digium.com/svn/asterisk/trunk/cdr/cdr_pgsql.c?view=diff&rev=222614&r1=222613&r2=222614
==============================================================================
--- trunk/cdr/cdr_pgsql.c (original)
+++ trunk/cdr/cdr_pgsql.c Wed Oct 7 13:55:25 2009
@@ -29,7 +29,7 @@
*
* See also
* \arg \ref Config_cdr
- * \arg http://www.postgresql.org/
+ * \extref PostgreSQL http://www.postgresql.org/
* \ingroup cdr_drivers
*/
Modified: trunk/cel/cel_pgsql.c
URL: http://svnview.digium.com/svn/asterisk/trunk/cel/cel_pgsql.c?view=diff&rev=222614&r1=222613&r2=222614
==============================================================================
--- trunk/cel/cel_pgsql.c (original)
+++ trunk/cel/cel_pgsql.c Wed Oct 7 13:55:25 2009
@@ -33,7 +33,7 @@
*
* See also
* \arg \ref Config_cel
- * \arg http://www.postgresql.org/
+ * \extref PostgreSQL http://www.postgresql.org/
* \ingroup cel_drivers
*/
Modified: trunk/res/res_config_pgsql.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_config_pgsql.c?view=diff&rev=222614&r1=222613&r2=222614
==============================================================================
--- trunk/res/res_config_pgsql.c (original)
+++ trunk/res/res_config_pgsql.c Wed Oct 7 13:55:25 2009
@@ -19,7 +19,7 @@
* \author Mark Spencer <markster at digium.com>
* \author Manuel Guesdon <mguesdon at oxymium.net> - PostgreSQL RealTime Driver Author/Adaptor
*
- * \arg http://www.postgresql.org
+ * \extref PostgreSQL http://www.postgresql.org
*/
/*** MODULEINFO
More information about the asterisk-commits
mailing list