docs: fully break lines in examples
Try to do a better job of keeping example content from being too wide. It is often rendered as <pre> text so the only time we can wrap it is in the source. It is best to full break lines at all punctuation and to try to keep the width under 70 chars or so.
This commit is contained in:
@ -87,8 +87,8 @@
|
||||
* COLUMN_BOOLEAN, FALSE,
|
||||
* -1);
|
||||
*
|
||||
* /* As the store will keep a copy of the string internally,
|
||||
* * we free some_data.
|
||||
* /* As the store will keep a copy of
|
||||
* * the string internally, we free some_data.
|
||||
* */
|
||||
* g_free (some_data);
|
||||
* }
|
||||
|
||||
Reference in New Issue
Block a user