[gtk+] docs: don't use gtkdoc style for regular comments



commit 2054166c34470dc024119ac44b3dbab76bd62510
Author: William Jon McCann <william jon mccann gmail com>
Date:   Mon Jan 20 18:53:58 2014 -0500

    docs: don't use gtkdoc style for regular comments

 gtk/gtkprinteroptionwidget.c |    2 +-
 gtk/updateiconcache.c        |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkprinteroptionwidget.c b/gtk/gtkprinteroptionwidget.c
index 4fa951f..c128bba 100644
--- a/gtk/gtkprinteroptionwidget.c
+++ b/gtk/gtkprinteroptionwidget.c
@@ -891,7 +891,7 @@ construct_widgets (GtkPrinterOptionWidget *widget)
   gtk_box_pack_start (GTK_BOX (widget), priv->image, FALSE, FALSE, 0);
 }
 
-/**
+/*
  * If the filename exceeds FILENAME_LENGTH_MAX, then trim it and replace
  * the first three letters with three dots.
  */
diff --git a/gtk/updateiconcache.c b/gtk/updateiconcache.c
index effea7c..c5be0f5 100644
--- a/gtk/updateiconcache.c
+++ b/gtk/updateiconcache.c
@@ -574,7 +574,7 @@ maybe_cache_icon_data (Image       *image,
     }
 }
 
-/**
+/*
  * Finds all dir separators and replaces them with '/'.
  * This makes sure that only /-separated paths are written in cache files,
  * maintaining compatibility with theme index files that use slashes as


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]