From 468b91a28f0a739b29233ab5c95096622d4e53e7 Mon Sep 17 00:00:00 2001 From: "Olle E. Johansson" Date: Sat, 3 Jan 2015 15:28:44 +0100 Subject: [PATCH] libkcore Update core headers, doxygen, remove history and svn id --- lib/kcore/cmpapi.c | 3 +-- lib/kcore/cmpapi.h | 3 +-- lib/kcore/faked_msg.c | 8 ++++++-- lib/kcore/faked_msg.h | 1 - lib/kcore/kstats_wrapper.c | 8 +------- lib/kcore/kstats_wrapper.h | 13 ++++--------- lib/kcore/parse_privacy.c | 1 + lib/kcore/parse_privacy.h | 2 -- lib/kcore/parse_sst.c | 5 +---- lib/kcore/parse_sst.h | 6 +----- lib/kcore/radius.h | 7 +------ lib/kcore/regexp.c | 4 ++-- lib/kcore/regexp.h | 5 +++-- lib/kcore/statistics.c | 11 +++-------- lib/kcore/statistics.h | 11 +++-------- lib/kcore/strcommon.c | 3 +-- lib/kcore/strcommon.h | 3 +-- 17 files changed, 30 insertions(+), 64 deletions(-) diff --git a/lib/kcore/cmpapi.c b/lib/kcore/cmpapi.c index 055e099682e..ca1a7829188 100644 --- a/lib/kcore/cmpapi.c +++ b/lib/kcore/cmpapi.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. @@ -23,6 +21,7 @@ /*! * \file * \brief comparison functions + * \ingroup libkcore */ #include "../../parser/parse_uri.h" diff --git a/lib/kcore/cmpapi.h b/lib/kcore/cmpapi.h index ba2b4e26a6f..b001608e434 100644 --- a/lib/kcore/cmpapi.h +++ b/lib/kcore/cmpapi.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2001-2003 FhG Fokus * * This file is part of Kamailio, a free SIP server. @@ -23,6 +21,7 @@ /*! * \file * \brief comparison functions + * \ingroup libkcore */ #ifndef _CMPAPI_H_ diff --git a/lib/kcore/faked_msg.c b/lib/kcore/faked_msg.c index 70d175f512e..1132a9be011 100644 --- a/lib/kcore/faked_msg.c +++ b/lib/kcore/faked_msg.c @@ -1,6 +1,4 @@ /** - * $Id$ - * * Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com) * * This file is part of kamailio, a free SIP server. @@ -19,6 +17,12 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ +/*! +* \file +* \brief Faked message handling +* \ingroup libkcore +* Module: \ref libkcore +*/ #include "../../dprint.h" #include "../../globals.h" diff --git a/lib/kcore/faked_msg.h b/lib/kcore/faked_msg.h index 650f9329158..31718a884f1 100644 --- a/lib/kcore/faked_msg.h +++ b/lib/kcore/faked_msg.h @@ -1,5 +1,4 @@ /** - * $Id$ * * Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com) * diff --git a/lib/kcore/kstats_wrapper.c b/lib/kcore/kstats_wrapper.c index 4feeebbcb3f..0c4eef01a50 100644 --- a/lib/kcore/kstats_wrapper.c +++ b/lib/kcore/kstats_wrapper.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2010 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -18,12 +16,8 @@ /** k compatible statistics implemented in terms of sr counters. * @file kstats_wrapper.h * @ingroup: libkcore + * @author andrei */ -/* - * History: - * -------- - * 2010-08-08 initial version (andrei) -*/ #include "kstats_wrapper.h" diff --git a/lib/kcore/kstats_wrapper.h b/lib/kcore/kstats_wrapper.h index 80cc9f878d3..1fe569437b1 100644 --- a/lib/kcore/kstats_wrapper.h +++ b/lib/kcore/kstats_wrapper.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2010 iptelorg GmbH * * Permission to use, copy, modify, and distribute this software for any @@ -31,13 +29,10 @@ * @file kstats_wrapper.h * @ingroup: libkcore */ -/* - * History: - * -------- - * 2010-08-08 initial version (andrei) - * 2010-08-18 type declaration needed by sr_module.c moved to - * ../../kstats_types.h (andrei) -*/ + +/*! @defgroup libkcore Kamailio compatibility core library + * + */ #ifndef __kstats_wrapper_h #define __kstats_wrapper_h diff --git a/lib/kcore/parse_privacy.c b/lib/kcore/parse_privacy.c index a64c0d5ea4e..46beb3f7afb 100644 --- a/lib/kcore/parse_privacy.c +++ b/lib/kcore/parse_privacy.c @@ -28,6 +28,7 @@ * \file * \brief Privacy value parser * \ingroup parser + * Copyright (c) 2006 Juha Heinanen */ #include diff --git a/lib/kcore/parse_privacy.h b/lib/kcore/parse_privacy.h index 447593e5e38..1bb67b9a45b 100644 --- a/lib/kcore/parse_privacy.h +++ b/lib/kcore/parse_privacy.h @@ -1,6 +1,4 @@ /* - * $Id: parse_privacy.h 4720 2008-08-23 10:56:15Z henningw $ - * * Copyright (c) 2006 Juha Heinanen * * This file is part of Kamailio, a free SIP server. diff --git a/lib/kcore/parse_sst.c b/lib/kcore/parse_sst.c index 7a18f046ecd..7ab497a3285 100644 --- a/lib/kcore/parse_sst.c +++ b/lib/kcore/parse_sst.c @@ -1,5 +1,4 @@ /* - * $Id$ * * Copyright (c) 2006 SOMA Networks, Inc. * @@ -19,15 +18,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * -------- - * 2006-02-17 Initial revision (dhsueh@somanetworks.com) */ /*! * \file * \brief SST parser * \ingroup parser + * \author dhsueh@somanetworks.com */ #include "parse_sst.h" diff --git a/lib/kcore/parse_sst.h b/lib/kcore/parse_sst.h index 9476ed77d05..91a16c975ef 100644 --- a/lib/kcore/parse_sst.h +++ b/lib/kcore/parse_sst.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (c) 2006 SOMA Networks, Inc. * * This file is part of Kamailio, a free SIP server. @@ -19,15 +17,13 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA * - * History: - * -------- - * 2006-02-17 Initial revision (dhsueh@somanetworks.com) */ /*! * \file * \brief SST parser * \ingroup parser + * \author dhsueh@somanetworks.com */ #ifndef PARSE_SST_H diff --git a/lib/kcore/radius.h b/lib/kcore/radius.h index eadb4ea680f..58896af8f14 100644 --- a/lib/kcore/radius.h +++ b/lib/kcore/radius.h @@ -19,17 +19,12 @@ * * WARNING: Don't forget to update the dictionary if you update this file !!! * - * History: - * -------- - * 2005-06-28 multi leg call support added (bogdan) - * 2008-09-03 added type field to attribute structure, which is set - * during INIT_AV. - * */ /*! * \file * \brief Radius support + * \ingroup libkcore */ diff --git a/lib/kcore/regexp.c b/lib/kcore/regexp.c index 96cb96b6b8e..2dc4694fee9 100644 --- a/lib/kcore/regexp.c +++ b/lib/kcore/regexp.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Regular expression functions * * Copyright (C) 2003 Juha Heinanen @@ -26,6 +24,8 @@ /*! * \file * \brief Regular Expression functions + * Copyright (C) 2003 Juha Heinanen + * \ingroup libkcore */ #include diff --git a/lib/kcore/regexp.h b/lib/kcore/regexp.h index 11f42fe3a2e..77d7401798b 100644 --- a/lib/kcore/regexp.h +++ b/lib/kcore/regexp.h @@ -1,8 +1,6 @@ /* * $Id$ * - * Regular expression definitions - * * Copyright (C) 2003 Juha Heinanen * * This file is part of Kamailio, a free SIP server. @@ -26,6 +24,9 @@ /*! * \file * \brief Regular expression definitions + * Copyright (C) 2003 Juha Heinanen + * \author Juha Heinanen + * \ingroup libkcore */ diff --git a/lib/kcore/statistics.c b/lib/kcore/statistics.c index 83ca76d24ac..6c63a4305a2 100644 --- a/lib/kcore/statistics.c +++ b/lib/kcore/statistics.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2006 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. @@ -20,17 +18,14 @@ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * * - * History: - * --------- - * 2006-01-16 first version (bogdan) - * 2006-11-28 added get_stat_var_from_num_code() (Jeffrey Magder - - * SOMA Networks) - * 2010-08-08 removed all the parts emulated by kstats_wrapper.[ch] (andrei) */ /*! * \file * \brief Statistics support + * \author bogdan, andrei + * \author Jeffrey Magder - SOMA Networks + * \ingroup libkcore */ diff --git a/lib/kcore/statistics.h b/lib/kcore/statistics.h index 89a90a5948f..8860aa8daf3 100644 --- a/lib/kcore/statistics.h +++ b/lib/kcore/statistics.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2006 Voice Sistem SRL * * This file is part of Kamailio, a free SIP server. @@ -19,17 +17,14 @@ * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. * - * History: - * --------- - * 2006-01-16 first version (bogdan) - * 2006-11-28 added get_stat_var_from_num_code() (Jeffrey Magder - - * SOMA Networks) - * 2010-08-08 removed all the parts emulated by kstats_wrapper.[ch] (andrei) */ /*! * \file * \brief Kamailio statistics handling + * \ingroup libkcore + * \author bogdan + * \author Jeffrey Magder - SOMA Networks */ diff --git a/lib/kcore/strcommon.c b/lib/kcore/strcommon.c index ce27ab3892d..ccc135c110c 100644 --- a/lib/kcore/strcommon.c +++ b/lib/kcore/strcommon.c @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 voice-system.ro * * This file is part of Kamailio, a free SIP server. @@ -24,6 +22,7 @@ /*! * \file * \brief Generic string handling functions + * \ingroup libkcore */ #include "../../ut.h" diff --git a/lib/kcore/strcommon.h b/lib/kcore/strcommon.h index c3d0c7036e2..a1edc3a2978 100644 --- a/lib/kcore/strcommon.h +++ b/lib/kcore/strcommon.h @@ -1,6 +1,4 @@ /* - * $Id$ - * * Copyright (C) 2007 voice-system.ro * * This file is part of Kamailio, a free SIP server. @@ -23,6 +21,7 @@ /*! * \file * \brief Common string handling functions + * \ingroup libkcore */ #ifndef _STRCOMMON_H_