From fff998bf41a4a1b968c8b63dc05da9e47c3c0792 Mon Sep 17 00:00:00 2001 From: Olle Johansson Date: Wed, 7 Oct 2009 18:55:25 +0000 Subject: [PATCH] Use extref for doxygen references to external libraries (in this case PostgreSQL) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@222614 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- cdr/cdr_pgsql.c | 2 +- cel/cel_pgsql.c | 2 +- res/res_config_pgsql.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cdr/cdr_pgsql.c b/cdr/cdr_pgsql.c index fe92bcb9f6..6869ddf2c1 100644 --- a/cdr/cdr_pgsql.c +++ b/cdr/cdr_pgsql.c @@ -29,7 +29,7 @@ * * See also * \arg \ref Config_cdr - * \arg http://www.postgresql.org/ + * \extref PostgreSQL http://www.postgresql.org/ * \ingroup cdr_drivers */ diff --git a/cel/cel_pgsql.c b/cel/cel_pgsql.c index 8ca410449c..cdb1d2a164 100644 --- a/cel/cel_pgsql.c +++ b/cel/cel_pgsql.c @@ -33,7 +33,7 @@ * * See also * \arg \ref Config_cel - * \arg http://www.postgresql.org/ + * \extref PostgreSQL http://www.postgresql.org/ * \ingroup cel_drivers */ diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c index 2fa5a238d3..5622d67623 100644 --- a/res/res_config_pgsql.c +++ b/res/res_config_pgsql.c @@ -19,7 +19,7 @@ * \author Mark Spencer * \author Manuel Guesdon - PostgreSQL RealTime Driver Author/Adaptor * - * \arg http://www.postgresql.org + * \extref PostgreSQL http://www.postgresql.org */ /*** MODULEINFO