docs: don't use gtkdoc style for regular comments

This commit is contained in:
William Jon McCann 2014-01-20 18:53:58 -05:00
parent 49bf3cdba8
commit 2054166c34
2 changed files with 2 additions and 2 deletions

View File

@ -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.
*/

View File

@ -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