From: Olle Johansson Date: Wed, 7 Oct 2009 18:55:25 +0000 (+0000) Subject: Use extref for doxygen references to external libraries (in this case PostgreSQL) X-Git-Tag: 11.0.0-beta1~4069 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fff998bf41a4a1b968c8b63dc05da9e47c3c0792;p=thirdparty%2Fasterisk.git 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 --- 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