Sfoglia il codice sorgente

libkcore Update core headers, doxygen, remove history and svn id

Olle E. Johansson 10 anni fa
parent
commit
468b91a28f

+ 1 - 2
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"

+ 1 - 2
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_

+ 6 - 2
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"

+ 0 - 1
lib/kcore/faked_msg.h

@@ -1,5 +1,4 @@
 /**
- * $Id$
  *
  * Copyright (C) 2009 Daniel-Constantin Mierla (asipto.com)
  *

+ 1 - 7
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"
 

+ 4 - 9
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

+ 1 - 0
lib/kcore/parse_privacy.c

@@ -28,6 +28,7 @@
  * \file
  * \brief Privacy value parser
  * \ingroup parser
+ * Copyright (c) 2006 Juha Heinanen
  */
 
 #include <stdlib.h>

+ 0 - 2
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.

+ 1 - 4
lib/kcore/parse_sst.c

@@ -1,5 +1,4 @@
 /*
- * $Id$
  * 
  * Copyright (c) 2006 SOMA Networks, Inc. <http://www.somanetworks.com/>
  *
@@ -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 ([email protected])
  */
 
 /*!
  * \file
  * \brief SST parser
  * \ingroup parser
+ * \author [email protected]
  */
 
 #include "parse_sst.h"

+ 1 - 5
lib/kcore/parse_sst.h

@@ -1,6 +1,4 @@
 /*
- * $Id$
- *
  * Copyright (c) 2006 SOMA Networks, Inc. <http://www.somanetworks.com/>
  *
  * 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 ([email protected])
  */
 
 /*!
  * \file
  * \brief SST parser
  * \ingroup parser
+ * \author [email protected]
  */
 
 #ifndef PARSE_SST_H

+ 1 - 6
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
  */
 
 

+ 2 - 2
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 <sys/types.h>

+ 3 - 2
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
  */
 
 

+ 3 - 8
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
  */
 
 

+ 3 - 8
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
  */
 
 

+ 1 - 2
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"

+ 1 - 2
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_