Fix typos in doxygen comment blocks.
authorMichael Poole <mdpoole@troilus.org>
Tue, 5 Oct 2004 04:14:44 +0000 (04:14 +0000)
committerMichael Poole <mdpoole@troilus.org>
Tue, 5 Oct 2004 04:14:44 +0000 (04:14 +0000)
git-svn-id: file:///home/klmitch/undernet-ircu/undernet-ircu-svn/ircu2/trunk@1229 c9e4aea6-c8fd-4c43-8297-357d70d61c8c

21 files changed:
include/gline.h
include/ircd.h
include/ircd_events.h
include/ircd_features.h
include/list.h
include/numnicks.h
include/struct.h
include/whowas.h
ircd/gline.c
ircd/ircd.c
ircd/ircd_auth.c
ircd/ircd_events.c
ircd/ircd_features.c
ircd/ircd_relay.c
ircd/list.c
ircd/match.c
ircd/numnicks.c
ircd/os_generic.c
ircd/parse.c
ircd/s_user.c
ircd/whocmds.c

index 7576f07b2694e12bb1502b870a50c99c850975ab..fdbc1b8a7c2b67e9eff1b2fc59c5c8001f0a3bc8 100644 (file)
@@ -20,7 +20,7 @@
  * 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$
  */
index f7fe77b43157cef7ded5b118e196565103665017..789f971eb47433789457b5ebede0f59878951650 100644 (file)
@@ -1,4 +1,4 @@
-/* @file ircd.h
+/** @file ircd.h
  * @brief Global data for the daemon.
  * @version $Id$
  */
index 56624a0ac7176ee49ff7606d4daf4fc3f6138fd7..7524090a52f75fcdcf0c5127433b3a1a513c541d 100644 (file)
@@ -18,7 +18,7 @@
  * 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$
  */
index 4c0e63478966389e09bd40e2a946e7bf7e4ef5c1..92bfd73b88a2b6ca76a9ef0b68513fed6d4ea0e5 100644 (file)
@@ -18,7 +18,7 @@
  * 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$
  */
index ffed8266012ebfff2c89dc2971c1cccd8b80a7d8..1e69ae97483e54a486db9b48816dbf1e31cbcb33 100644 (file)
@@ -1,4 +1,4 @@
-/* @file list.h
+/** @file list.h
  * @brief Singly and doubly linked list manipulation interface.
  * @version $Id$
  */
index 2f7904b7d93af4dceb3296c6fc99e8a172995e20..aca184a22470aa0720c0a65f1c2917b2eb4dcf67 100644 (file)
@@ -16,7 +16,7 @@
  * 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$
  */
index 7e0cbe7f03d036c6ea4cdf8eb3e16dfb886ab107..b78edd370ffd4114d3f0aeb777155583d81e20b5 100644 (file)
@@ -18,7 +18,7 @@
  * 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$
  */
index 8a06267934829edac1211d97f2e6a57fbccbb4e1..6f3eae182d2fd55ac9d0e97b47ad9c7708c803ed 100644 (file)
@@ -16,7 +16,7 @@
  * 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$
  */
index a0a1eb8b6ece485673dc1d7128c602a684760706..25b4ca1724b5b37b0048152317a218941589f7c9 100644 (file)
@@ -17,7 +17,7 @@
  * 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$
  */
index 01757c15b04479f61ac573fb4ca14f796b56bb61..e55ccec2b291af1cfa4e9b7f63ecc07d8a290a8e 100644 (file)
@@ -17,7 +17,7 @@
  * 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$
  */
index bcaac31d56b16015314d9c2a46a396f50c7135b3..b6fc1edbc7fc9c086dde09f28d82d09f507bbf49 100644 (file)
@@ -17,7 +17,7 @@
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
  * 02111-1307, USA.
  */
-/* @file
+/** @file
  * @brief IAuth client implementation for an IRC server.
  * @version $Id$
  */
index 66a521d2ae3640f2df2311ec1be75c0153c54f4f..ac61fd3c5720493d18344c67f289fe4174515d0d 100644 (file)
@@ -16,7 +16,7 @@
  * 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$
  */
index fcf92f1d7d8cb4cbd7e646a8e5a1af74fcc531f3..9c2ad488d1bb009df25ee0fd72f815de39233bcd 100644 (file)
@@ -16,7 +16,7 @@
  * 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$
  */
index bd4efa5eb3629e598bb297caeb69d36530c22a03..5061a4bfefe7e6b31422acf973eca2333edaa59c 100644 (file)
@@ -20,7 +20,7 @@
  * 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$
  *
index 1975c3d8d54943f336857e1467fac497e77a1838..8ba8d64a7fb753152bfbe3fd108540d7483be09f 100644 (file)
@@ -17,7 +17,7 @@
  * 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$
  */
index 87fdac18955bddb7334aeea9a67682d889c2d0b1..0bb6aa9565ac45220f5a576435dcae6b009f6849 100644 (file)
@@ -16,7 +16,7 @@
  * 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$
  */
index fe9a5fa43282dea1a3678a59ccf3fa0f83d4aa77..f84c335f3a98464d8b0ebe8c4ab5b8436ac50371 100644 (file)
@@ -16,7 +16,7 @@
  * 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$
  */
@@ -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 203c107ab3d2e0ec8a4d2f3825476434ccc030cf..f9412b60fcb6f274ba79f013e374b48743a7fdc9 100644 (file)
@@ -16,7 +16,7 @@
  * 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$
  */
index 9bd0513276abe01b2e9835ec7c09885bb0d59deb..693d5ecc2afb38d7aae91d940074b5122d1f99f9 100644 (file)
@@ -17,7 +17,7 @@
  * 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$
  */
index 268e38a38dffa12fb4c3ddd666032045d87d526c..ff178cfde42f41bdf8dd10db9d99109c8049cc78 100644 (file)
@@ -20,7 +20,7 @@
  * 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$
  */
index 3c7581f30450cd83d78c899867a47aa12349fca6..255c3fd0186a298158dcd509c70521464c75f610 100644 (file)
@@ -20,7 +20,7 @@
  * 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$
  */