Skip to content

Commit

Permalink
prefix_route - Fix doxygen
Browse files Browse the repository at this point in the history
  • Loading branch information
oej committed Jan 17, 2015
1 parent 9e331eb commit e4922ec
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 41 deletions.
15 changes: 7 additions & 8 deletions modules/prefix_route/pr.h
Expand Up @@ -4,19 +4,14 @@
* Copyright (C) 2007 Alfred E. Heggestad
* Copyright (C) 2008 Telio Telecom AS
*
* This file is part of ser, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* ser is free software; you can redistribute it and/or modify
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* For a license to use the ser software under conditions
* other than those described here, or to purchase support for this
* software, please contact iptel.org by e-mail at the following addresses:
* info@iptel.org
*
* ser is distributed in the hope that it will be useful,
* Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Expand All @@ -25,6 +20,10 @@
* 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 Prefix Route Module - Internal module interface
* \ingroup prefix_route
*/


extern rpc_export_t pr_rpc[];
Expand Down
15 changes: 7 additions & 8 deletions modules/prefix_route/pr_rpc.c
Expand Up @@ -4,19 +4,14 @@
* Copyright (C) 2007 Alfred E. Heggestad
* Copyright (C) 2008 Telio Telecom AS
*
* This file is part of ser, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* ser is free software; you can redistribute it and/or modify
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* For a license to use the ser software under conditions
* other than those described here, or to purchase support for this
* software, please contact iptel.org by e-mail at the following addresses:
* info@iptel.org
*
* ser is distributed in the hope that it will be useful,
* Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Expand All @@ -25,6 +20,10 @@
* 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 Prefix Route Module - RPC Commands
* \ingroup prefix_route
*/

#include <stdio.h>
#include <stdlib.h>
Expand Down
20 changes: 12 additions & 8 deletions modules/prefix_route/prefix_route.c
Expand Up @@ -4,19 +4,14 @@
* Copyright (C) 2007 Alfred E. Heggestad
* Copyright (C) 2008 Telio Telecom AS
*
* This file is part of ser, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* ser is free software; you can redistribute it and/or modify
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* For a license to use the ser software under conditions
* other than those described here, or to purchase support for this
* software, please contact iptel.org by e-mail at the following addresses:
* info@iptel.org
*
* ser is distributed in the hope that it will be useful,
* Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Expand All @@ -26,6 +21,15 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/

/*! \file
* \brief Prefix Route Module - module interface
* \ingroup prefix_route
*/

/*! \defgroup prefix_route
* The prefix_route module does routing based on a set of prefixes from the database.
*/


#include <stdio.h>
#include <stdlib.h>
Expand Down
16 changes: 7 additions & 9 deletions modules/prefix_route/tree.c
Expand Up @@ -4,19 +4,14 @@
* Copyright (C) 2007 Alfred E. Heggestad
* Copyright (C) 2008 Telio Telecom AS
*
* This file is part of ser, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* ser is free software; you can redistribute it and/or modify
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* For a license to use the ser software under conditions
* other than those described here, or to purchase support for this
* software, please contact iptel.org by e-mail at the following addresses:
* info@iptel.org
*
* ser is distributed in the hope that it will be useful,
* Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Expand All @@ -25,7 +20,10 @@
* 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 Prefix Route Module - tree search implementation
* \ingroup prefix_route
*/

#include <stdio.h>
#include <string.h>
Expand Down
15 changes: 7 additions & 8 deletions modules/prefix_route/tree.h
Expand Up @@ -4,19 +4,14 @@
* Copyright (C) 2007 Alfred E. Heggestad
* Copyright (C) 2008 Telio Telecom AS
*
* This file is part of ser, a free SIP server.
* This file is part of Kamailio, a free SIP server.
*
* ser is free software; you can redistribute it and/or modify
* Kamailio is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version
*
* For a license to use the ser software under conditions
* other than those described here, or to purchase support for this
* software, please contact iptel.org by e-mail at the following addresses:
* info@iptel.org
*
* ser is distributed in the hope that it will be useful,
* Kamailio is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
Expand All @@ -25,6 +20,10 @@
* 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 Prefix Route Module - tree search interface
* \ingroup prefix_route
*/


struct tree_item;
Expand Down

0 comments on commit e4922ec

Please sign in to comment.