diff src/cmds.h @ 9939:acbbc0d73600

[gaim-migrate @ 10831] More doc cleanups from Gary committer: Tailor Script <tailor@pidgin.im>
author Ethan Blanton <elb@pidgin.im>
date Thu, 02 Sep 2004 19:01:33 +0000
parents db62420a53a2
children eaec201b2688
line wrap: on
line diff
--- a/src/cmds.h	Thu Sep 02 18:41:03 2004 +0000
+++ b/src/cmds.h	Thu Sep 02 19:01:33 2004 +0000
@@ -29,10 +29,10 @@
  **************************************************************************/
 /*@{*/
 
-typedef enum   _GaimCmdPriority GaimCmdPriority;
-typedef enum   _GaimCmdFlag     GaimCmdFlag;
-typedef enum _GaimCmdStatus     GaimCmdStatus;
-typedef enum _GaimCmdRet        GaimCmdRet;
+typedef enum _GaimCmdPriority GaimCmdPriority;
+typedef enum _GaimCmdFlag     GaimCmdFlag;
+typedef enum _GaimCmdStatus   GaimCmdStatus;
+typedef enum _GaimCmdRet      GaimCmdRet;
 
 enum _GaimCmdStatus {
 	GAIM_CMD_STATUS_OK,
@@ -118,6 +118,7 @@
  *                and any arguments it accpets (if it takes any arguments, otherwise no space), follow
  *                by a colon, two spaces, and a description of the command in sentence form. No slash
  *                before the command name.
+ * @param data User defined data to pass to the GaimCmdFunc
  * @return A GaimCmdId. This is only used for calling gaim_cmd_unregister.
  *         Returns @c NULL on failure.
  */