]> git.ipfire.org Git - thirdparty/asterisk.git/commitdiff
Use extref for doxygen references to external libraries (in this case PostgreSQL)
authorOlle Johansson <oej@edvina.net>
Wed, 7 Oct 2009 18:55:25 +0000 (18:55 +0000)
committerOlle Johansson <oej@edvina.net>
Wed, 7 Oct 2009 18:55:25 +0000 (18:55 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@222614 65c4cc65-6c06-0410-ace0-fbb531ad65f3

cdr/cdr_pgsql.c
cel/cel_pgsql.c
res/res_config_pgsql.c

index fe92bcb9f6bf85685a3f5e6899d4ebc4e5a08c3f..6869ddf2c1de24a8fb11ae09b98663426f452d7c 100644 (file)
@@ -29,7 +29,7 @@
  *
  * See also
  * \arg \ref Config_cdr
- * \arg http://www.postgresql.org/
+ * \extref PostgreSQL http://www.postgresql.org/
  * \ingroup cdr_drivers
  */
 
index 8ca410449cc76253af3462d08bde26c3a0b69d53..cdb1d2a1649278f1f499b01eb5a8d36f68dcb4d5 100644 (file)
@@ -33,7 +33,7 @@
  *
  * See also
  * \arg \ref Config_cel
- * \arg http://www.postgresql.org/
+ * \extref PostgreSQL http://www.postgresql.org/
  * \ingroup cel_drivers
  */
 
index 2fa5a238d3c86ff339311f7e0653b366b62e6a65..5622d67623fc8a94c6fc141047ce05c86302226b 100644 (file)
@@ -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