/soc/2015/mmcc/main: dc353af3b9ab: fix comments using gtk-doc no...

Michael McConville mmcconville at mykolab.com
Thu Jun 25 16:50:19 EDT 2015


Changeset: dc353af3b9ab48891aa13023a86cb3e6b747a738
Author:	 Michael McConville <mmcconville at mykolab.com>
Date:	 2015-06-25 16:50 -0400
Branch:	 default
URL: https://hg.pidgin.im/soc/2015/mmcc/main/rev/dc353af3b9ab

Description:

fix comments using gtk-doc notation that were causing errors

diffstat:

 pidgin/gtkcertmgr.h |  4 ++--
 pidgin/gtkwebview.h |  2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff --git a/pidgin/gtkcertmgr.h b/pidgin/gtkcertmgr.h
--- a/pidgin/gtkcertmgr.h
+++ b/pidgin/gtkcertmgr.h
@@ -41,9 +41,9 @@ typedef struct _PidginCertificateManager
  * GTK+ Certificate Manager subwidget
  */
 struct _PidginCertificateManager {
-	/** Create, configure, show, and return the management interface */
+	/* Create, configure, show, and return the management interface */
 	GtkWidget * (* build)(void);
-	/** Notebook label to use in the CertMgr dialog */
+	/* Notebook label to use in the CertMgr dialog */
 	gchar *label;
 };
 
diff --git a/pidgin/gtkwebview.h b/pidgin/gtkwebview.h
--- a/pidgin/gtkwebview.h
+++ b/pidgin/gtkwebview.h
@@ -56,7 +56,7 @@ typedef enum {
 	PIDGIN_WEBVIEW_SMILEY        = 1 << 10,
 	PIDGIN_WEBVIEW_LINKDESC      = 1 << 11,
 	PIDGIN_WEBVIEW_STRIKE        = 1 << 12,
-	/** Show custom smileys when appropriate. */
+	/* Show custom smileys when appropriate. */
 	PIDGIN_WEBVIEW_CUSTOM_SMILEY = 1 << 13,
 	PIDGIN_WEBVIEW_ALL           = -1
 } PidginWebViewButtons;



More information about the Commits mailing list