From a7254683818ae0e4afbc4116b7131c1ffe953a4c Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Fri, 30 Dec 2005 21:18:06 +0000 Subject: update doxygen docs to specify authors git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@7682 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- res/res_adsi.c | 3 ++- res/res_agi.c | 3 ++- res/res_config_odbc.c | 5 ++++- res/res_crypto.c | 3 ++- res/res_features.c | 5 +++-- res/res_monitor.c | 1 + res/res_musiconhold.c | 1 + res/res_odbc.c | 4 +++- res/res_osp.c | 4 +++- 9 files changed, 21 insertions(+), 8 deletions(-) (limited to 'res') diff --git a/res/res_adsi.c b/res/res_adsi.c index 18e7849f3..b6d2b97db 100644 --- a/res/res_adsi.c +++ b/res/res_adsi.c @@ -21,7 +21,8 @@ /*! \file * * \brief ADSI support - * + * + * \author Mark Spencer */ #include diff --git a/res/res_agi.c b/res/res_agi.c index 15b4c2a1e..29a4c8fbb 100644 --- a/res/res_agi.c +++ b/res/res_agi.c @@ -19,7 +19,8 @@ /*! \file * * \brief AGI - the Asterisk Gateway Interface - * + * + * \author Mark Spencer */ #include diff --git a/res/res_config_odbc.c b/res/res_config_odbc.c index adc1bc4ee..311fa2478 100644 --- a/res/res_config_odbc.c +++ b/res/res_config_odbc.c @@ -22,7 +22,10 @@ * * \brief odbc+odbc plugin for portable configuration engine * - * http://www.unixodbc.org + * \author Mark Spencer + * \author Anthony Minessale II + * + * \arg http://www.unixodbc.org */ #include diff --git a/res/res_crypto.c b/res/res_crypto.c index 3ada0d224..048006f69 100644 --- a/res/res_crypto.c +++ b/res/res_crypto.c @@ -19,7 +19,8 @@ /*! \file * * \brief Provide Cryptographic Signature capability - * + * + * \author Mark Spencer */ #include diff --git a/res/res_features.c b/res/res_features.c index 7b58f9f6b..f0d8ab9f7 100644 --- a/res/res_features.c +++ b/res/res_features.c @@ -18,8 +18,9 @@ /*! \file * - * \brief Routines implementing call parking - * + * \brief Routines implementing call features + * + * \author Mark Spencer */ #include diff --git a/res/res_monitor.c b/res/res_monitor.c index 660757b58..a82c36d15 100644 --- a/res/res_monitor.c +++ b/res/res_monitor.c @@ -20,6 +20,7 @@ * * \brief PBX channel monitoring * + * \author Mark Spencer */ #include diff --git a/res/res_musiconhold.c b/res/res_musiconhold.c index 2a27dcec8..ffbd41713 100644 --- a/res/res_musiconhold.c +++ b/res/res_musiconhold.c @@ -22,6 +22,7 @@ * * \arg See also \ref Config_moh * + * \author Mark Spencer */ #include diff --git a/res/res_odbc.c b/res/res_odbc.c index e5a05f58c..3f255f0d3 100644 --- a/res/res_odbc.c +++ b/res/res_odbc.c @@ -24,8 +24,10 @@ * * \brief ODBC resource manager * - * \arg See also: \ref cdr_odbc + * \author Mark Spencer + * \author Anthony Minessale II * + * \arg See also: \ref cdr_odbc */ #include diff --git a/res/res_osp.c b/res/res_osp.c index 41ca8c0cf..ce2988c32 100644 --- a/res/res_osp.c +++ b/res/res_osp.c @@ -19,7 +19,9 @@ /*! \file * * \brief Provide Open Settlement Protocol capability - * + * + * \author Mark Spencer + * * \arg See also: \ref chan_sip.c */ -- cgit v1.2.3