Docs: use // for comments in examples
Without sgml mode, we can't escape /* as /* anymore, so just switch to // for comments in examples.
This commit is contained in:
@ -259,7 +259,7 @@ gtk_cell_renderer_class_init (GtkCellRendererClass *class)
|
||||
* {
|
||||
* GtkEntry *entry = GTK_ENTRY (editable);
|
||||
*
|
||||
* /* ... create a GtkEntryCompletion */
|
||||
* // ... create a GtkEntryCompletion
|
||||
*
|
||||
* gtk_entry_set_completion (entry, completion);
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user