aboutsummaryrefslogtreecommitdiffstats
path: root/res
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-07 18:55:25 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2009-10-07 18:55:25 +0000
commit61a843429fbd4d7f1539414aab05d20fd6fa0e02 (patch)
tree8027cdd9db0f9dbe8359407ede4205efbabab6d3 /res
parent646965d6a5f403778702e3161c67dde417618ff5 (diff)
Use extref for doxygen references to external libraries (in this case PostgreSQL)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@222614 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'res')
-rw-r--r--res/res_config_pgsql.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/res_config_pgsql.c b/res/res_config_pgsql.c
index 2fa5a238d..5622d6762 100644
--- a/res/res_config_pgsql.c
+++ b/res/res_config_pgsql.c
@@ -19,7 +19,7 @@
* \author Mark Spencer <markster@digium.com>
* \author Manuel Guesdon <mguesdon@oxymium.net> - PostgreSQL RealTime Driver Author/Adaptor
*
- * \arg http://www.postgresql.org
+ * \extref PostgreSQL http://www.postgresql.org
*/
/*** MODULEINFO