Committer : entrope
CVSROOT : /cvsroot/undernet-ircu
Module : ircu2.10
Commit time: 2004-10-05 04:14:54 UTC
Modified files:
ircd/whocmds.c ircd/s_user.c ircd/parse.c ircd/os_generic.c
ircd/numnicks.c ircd/match.c ircd/list.c ircd/ircd_relay.c
ircd/ircd_features.c ircd/ircd_events.c ircd/ircd_auth.c
ircd/ircd.c ircd/gline.c include/whowas.h include/struct.h
include/numnicks.h include/list.h include/ircd_features.h
include/ircd_events.h include/ircd.h include/gline.h
Log message:
Fix typos in doxygen comment blocks.
---------------------- diff included ----------------------
Index: ircu2.10/include/gline.h
diff -u ircu2.10/include/gline.h:1.16 ircu2.10/include/gline.h:1.17
--- ircu2.10/include/gline.h:1.16 Tue Sep 28 20:13:05 2004
+++ ircu2.10/include/gline.h Mon Oct 4 21:14:44 2004
@@ -20,9 +20,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Structures and APIs for G-line manipulation.
- * @version $Id: gline.h,v 1.16 2004/09/29 03:13:05 entrope Exp $
+ * @version $Id: gline.h,v 1.17 2004/10/05 04:14:44 entrope Exp $
*/
#ifndef INCLUDED_sys_types_h
#include <sys/types.h>
Index: ircu2.10/include/ircd.h
diff -u ircu2.10/include/ircd.h:1.13 ircu2.10/include/ircd.h:1.14
--- ircu2.10/include/ircd.h:1.13 Wed Sep 29 18:37:33 2004
+++ ircu2.10/include/ircd.h Mon Oct 4 21:14:44 2004
@@ -1,6 +1,6 @@
-/* @file ircd.h
+/** @file ircd.h
* @brief Global data for the daemon.
- * @version $Id: ircd.h,v 1.13 2004/09/30 01:37:33 entrope Exp $
+ * @version $Id: ircd.h,v 1.14 2004/10/05 04:14:44 entrope Exp $
*/
#ifndef INCLUDED_ircd_h
#define INCLUDED_ircd_h
Index: ircu2.10/include/ircd_events.h
diff -u ircu2.10/include/ircd_events.h:1.4 ircu2.10/include/ircd_events.h:1.5
--- ircu2.10/include/ircd_events.h:1.4 Tue Sep 28 21:07:50 2004
+++ ircu2.10/include/ircd_events.h Mon Oct 4 21:14:44 2004
@@ -18,9 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Interface and public definitions for event loop.
- * @version $Id: ircd_events.h,v 1.4 2004/09/29 04:07:50 entrope Exp $
+ * @version $Id: ircd_events.h,v 1.5 2004/10/05 04:14:44 entrope Exp $
*/
#ifndef INCLUDED_config_h
Index: ircu2.10/include/ircd_features.h
diff -u ircu2.10/include/ircd_features.h:1.33 ircu2.10/include/ircd_features.h:1.34
--- ircu2.10/include/ircd_features.h:1.33 Tue Sep 28 21:29:57 2004
+++ ircu2.10/include/ircd_features.h Mon Oct 4 21:14:44 2004
@@ -18,9 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Public interfaces and declarations for dealing with configurable features.
- * @version $Id: ircd_features.h,v 1.33 2004/09/29 04:29:57 entrope Exp $
+ * @version $Id: ircd_features.h,v 1.34 2004/10/05 04:14:44 entrope Exp $
*/
struct Client;
Index: ircu2.10/include/list.h
diff -u ircu2.10/include/list.h:1.8 ircu2.10/include/list.h:1.9
--- ircu2.10/include/list.h:1.8 Fri Oct 1 19:32:50 2004
+++ ircu2.10/include/list.h Mon Oct 4 21:14:44 2004
@@ -1,6 +1,6 @@
-/* @file list.h
+/** @file list.h
* @brief Singly and doubly linked list manipulation interface.
- * @version $Id: list.h,v 1.8 2004/10/02 02:32:50 entrope Exp $
+ * @version $Id: list.h,v 1.9 2004/10/05 04:14:44 entrope Exp $
*/
#ifndef INCLUDED_list_h
#define INCLUDED_list_h
Index: ircu2.10/include/numnicks.h
diff -u ircu2.10/include/numnicks.h:1.9 ircu2.10/include/numnicks.h:1.10
--- ircu2.10/include/numnicks.h:1.9 Sat Oct 2 02:42:03 2004
+++ ircu2.10/include/numnicks.h Mon Oct 4 21:14:44 2004
@@ -16,9 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Interface for numeric nickname functions.
- * @version $Id: numnicks.h,v 1.9 2004/10/02 09:42:03 entrope Exp $
+ * @version $Id: numnicks.h,v 1.10 2004/10/05 04:14:44 entrope Exp $
*/
#ifndef INCLUDED_numnicks_h
#define INCLUDED_numnicks_h
Index: ircu2.10/include/struct.h
diff -u ircu2.10/include/struct.h:1.6 ircu2.10/include/struct.h:1.7
--- ircu2.10/include/struct.h:1.6 Mon Sep 27 15:34:42 2004
+++ ircu2.10/include/struct.h Mon Oct 4 21:14:44 2004
@@ -18,9 +18,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Structure definitions for users and servers.
- * @version $Id: struct.h,v 1.6 2004/09/27 22:34:42 entrope Exp $
+ * @version $Id: struct.h,v 1.7 2004/10/05 04:14:44 entrope Exp $
*/
#ifndef INCLUDED_struct_h
#define INCLUDED_struct_h
Index: ircu2.10/include/whowas.h
diff -u ircu2.10/include/whowas.h:1.5 ircu2.10/include/whowas.h:1.6
--- ircu2.10/include/whowas.h:1.5 Mon Sep 27 15:22:46 2004
+++ ircu2.10/include/whowas.h Mon Oct 4 21:14:44 2004
@@ -16,9 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Globally visible declarations to manipulate whowas information.
- * @version $Id: whowas.h,v 1.5 2004/09/27 22:22:46 entrope Exp $
+ * @version $Id: whowas.h,v 1.6 2004/10/05 04:14:44 entrope Exp $
*/
#ifndef INCLUDED_whowas_h
#define INCLUDED_whowas_h
Index: ircu2.10/ircd/gline.c
diff -u ircu2.10/ircd/gline.c:1.52 ircu2.10/ircd/gline.c:1.53
--- ircu2.10/ircd/gline.c:1.52 Tue Sep 28 20:13:07 2004
+++ ircu2.10/ircd/gline.c Mon Oct 4 21:14:44 2004
@@ -17,9 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Implementation of Gline manipulation functions.
- * @version $Id: gline.c,v 1.52 2004/09/29 03:13:07 entrope Exp $
+ * @version $Id: gline.c,v 1.53 2004/10/05 04:14:44 entrope Exp $
*/
#include "config.h"
Index: ircu2.10/ircd/ircd.c
diff -u ircu2.10/ircd/ircd.c:1.73 ircu2.10/ircd/ircd.c:1.74
--- ircu2.10/ircd/ircd.c:1.73 Wed Sep 29 16:01:18 2004
+++ ircu2.10/ircd/ircd.c Mon Oct 4 21:14:43 2004
@@ -17,9 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Entry point and other initialization functions for the daemon.
- * @version $Id: ircd.c,v 1.73 2004/09/29 23:01:18 entrope Exp $
+ * @version $Id: ircd.c,v 1.74 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
Index: ircu2.10/ircd/ircd_auth.c
diff -u ircu2.10/ircd/ircd_auth.c:1.8 ircu2.10/ircd/ircd_auth.c:1.9
--- ircu2.10/ircd/ircd_auth.c:1.8 Wed Sep 29 18:37:52 2004
+++ ircu2.10/ircd/ircd_auth.c Mon Oct 4 21:14:43 2004
@@ -17,9 +17,9 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
* 02111-1307, USA.
*/
-/* @file
+/** @file
* @brief IAuth client implementation for an IRC server.
- * @version $Id: ircd_auth.c,v 1.8 2004/09/30 01:37:52 entrope Exp $
+ * @version $Id: ircd_auth.c,v 1.9 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
Index: ircu2.10/ircd/ircd_events.c
diff -u ircu2.10/ircd/ircd_events.c:1.7 ircu2.10/ircd/ircd_events.c:1.8
--- ircu2.10/ircd/ircd_events.c:1.7 Tue Sep 28 21:07:50 2004
+++ ircu2.10/ircd/ircd_events.c Mon Oct 4 21:14:43 2004
@@ -16,9 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Implementation of event loop mid-layer.
- * @version $Id: ircd_events.c,v 1.7 2004/09/29 04:07:50 entrope Exp $
+ * @version $Id: ircd_events.c,v 1.8 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
Index: ircu2.10/ircd/ircd_features.c
diff -u ircu2.10/ircd/ircd_features.c:1.42 ircu2.10/ircd/ircd_features.c:1.43
--- ircu2.10/ircd/ircd_features.c:1.42 Tue Sep 28 21:29:57 2004
+++ ircu2.10/ircd/ircd_features.c Mon Oct 4 21:14:43 2004
@@ -16,9 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Implementation of configurable feature support.
- * @version $Id: ircd_features.c,v 1.42 2004/09/29 04:29:57 entrope Exp $
+ * @version $Id: ircd_features.c,v 1.43 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
Index: ircu2.10/ircd/ircd_relay.c
diff -u ircu2.10/ircd/ircd_relay.c:1.15 ircu2.10/ircd/ircd_relay.c:1.16
--- ircu2.10/ircd/ircd_relay.c:1.15 Fri Oct 1 20:02:47 2004
+++ ircu2.10/ircd/ircd_relay.c Mon Oct 4 21:14:43 2004
@@ -20,9 +20,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Helper functions to relay various types of messages.
- * @version $Id: ircd_relay.c,v 1.15 2004/10/02 03:02:47 entrope Exp $
+ * @version $Id: ircd_relay.c,v 1.16 2004/10/05 04:14:43 entrope Exp $
*
* There are four basic types of messages, each with four subtypes.
*
Index: ircu2.10/ircd/list.c
diff -u ircu2.10/ircd/list.c:1.26 ircu2.10/ircd/list.c:1.27
--- ircu2.10/ircd/list.c:1.26 Fri Oct 1 19:32:50 2004
+++ ircu2.10/ircd/list.c Mon Oct 4 21:14:43 2004
@@ -17,9 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Singly and doubly linked list manipulation implementation.
- * @version $Id: list.c,v 1.26 2004/10/02 02:32:50 entrope Exp $
+ * @version $Id: list.c,v 1.27 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
Index: ircu2.10/ircd/match.c
diff -u ircu2.10/ircd/match.c:1.9 ircu2.10/ircd/match.c:1.10
--- ircu2.10/ircd/match.c:1.9 Tue Sep 28 07:58:41 2004
+++ ircu2.10/ircd/match.c Mon Oct 4 21:14:43 2004
@@ -16,9 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Functions to match strings against IRC mask strings.
- * @version $Id: match.c,v 1.9 2004/09/28 14:58:41 entrope Exp $
+ * @version $Id: match.c,v 1.10 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
Index: ircu2.10/ircd/numnicks.c
diff -u ircu2.10/ircd/numnicks.c:1.20 ircu2.10/ircd/numnicks.c:1.21
--- ircu2.10/ircd/numnicks.c:1.20 Sat Oct 2 02:42:04 2004
+++ ircu2.10/ircd/numnicks.c Mon Oct 4 21:14:43 2004
@@ -16,9 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Implementation of numeric nickname operations.
- * @version $Id: numnicks.c,v 1.20 2004/10/02 09:42:04 entrope Exp $
+ * @version $Id: numnicks.c,v 1.21 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
@@ -39,7 +39,7 @@
#include <string.h>
-/** @page numnicks %Numeric Nicks
+/** @page numnicks Numeric Nicks
* %Numeric nicks (numnicks) are new as of version ircu2.10.00beta1.
*
* The idea is as follows:
Index: ircu2.10/ircd/os_generic.c
diff -u ircu2.10/ircd/os_generic.c:1.15 ircu2.10/ircd/os_generic.c:1.16
--- ircu2.10/ircd/os_generic.c:1.15 Wed Sep 29 20:18:15 2004
+++ ircu2.10/ircd/os_generic.c Mon Oct 4 21:14:43 2004
@@ -16,9 +16,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Implementation of OS-dependent operations.
- * @version $Id: os_generic.c,v 1.15 2004/09/30 03:18:15 entrope Exp $
+ * @version $Id: os_generic.c,v 1.16 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
Index: ircu2.10/ircd/parse.c
diff -u ircu2.10/ircd/parse.c:1.45 ircu2.10/ircd/parse.c:1.46
--- ircu2.10/ircd/parse.c:1.45 Mon Sep 27 18:19:09 2004
+++ ircu2.10/ircd/parse.c Mon Oct 4 21:14:43 2004
@@ -17,9 +17,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Parse input from IRC clients and other servers.
- * @version $Id: parse.c,v 1.45 2004/09/28 01:19:09 entrope Exp $
+ * @version $Id: parse.c,v 1.46 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
Index: ircu2.10/ircd/s_user.c
diff -u ircu2.10/ircd/s_user.c:1.79 ircu2.10/ircd/s_user.c:1.80
--- ircu2.10/ircd/s_user.c:1.79 Mon Sep 27 06:20:23 2004
+++ ircu2.10/ircd/s_user.c Mon Oct 4 21:14:43 2004
@@ -20,9 +20,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Miscellaneous user-related helper functions.
- * @version $Id: s_user.c,v 1.79 2004/09/27 13:20:23 entrope Exp $
+ * @version $Id: s_user.c,v 1.80 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
Index: ircu2.10/ircd/whocmds.c
diff -u ircu2.10/ircd/whocmds.c:1.21 ircu2.10/ircd/whocmds.c:1.22
--- ircu2.10/ircd/whocmds.c:1.21 Mon Sep 27 14:48:07 2004
+++ ircu2.10/ircd/whocmds.c Mon Oct 4 21:14:43 2004
@@ -20,9 +20,9 @@
* along with this program; if not, write to the Free Software
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*/
-/* @file
+/** @file
* @brief Support functions for /WHO-like commands.
- * @version $Id: whocmds.c,v 1.21 2004/09/27 21:48:07 entrope Exp $
+ * @version $Id: whocmds.c,v 1.22 2004/10/05 04:14:43 entrope Exp $
*/
#include "config.h"
----------------------- End of diff -----------------------