mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-14 20:51:07 +00:00
docs: don't use gtkdoc style for regular comments
This commit is contained in:
parent
49bf3cdba8
commit
2054166c34
@ -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.
|
||||
*/
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user