summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-20 18:53:58 -0500
committerWilliam Jon McCann <william.jon.mccann@gmail.com>2014-01-21 12:41:16 -0500
commit2054166c34470dc024119ac44b3dbab76bd62510 (patch)
tree699c5a42b6353f2fa9b3ccb07afdc4a107d75092
parent49bf3cdba8b779d36ad776379921204b2387a02e (diff)
downloadgtk+-2054166c34470dc024119ac44b3dbab76bd62510.tar.gz
docs: don't use gtkdoc style for regular comments
-rw-r--r--gtk/gtkprinteroptionwidget.c2
-rw-r--r--gtk/updateiconcache.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkprinteroptionwidget.c b/gtk/gtkprinteroptionwidget.c
index 4fa951ff7f..c128bba2b7 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 effea7c6c6..c5be0f56d5 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