diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-31 11:11:23 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-01 05:35:43 -0500 |
commit | 66071234f62314e339aafbd21b7f7bbe53535d18 (patch) | |
tree | 0b8203add17b4f0c173a2c311a01313d24987997 /gtk/gtkcalendar.c | |
parent | d86a63776b5c7d9e96114a8a9bc0e2ae592575c9 (diff) | |
download | gtk+-66071234f62314e339aafbd21b7f7bbe53535d18.tar.gz |
docs: list items require blank lines
Diffstat (limited to 'gtk/gtkcalendar.c')
-rw-r--r-- | gtk/gtkcalendar.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gtk/gtkcalendar.c b/gtk/gtkcalendar.c index 1bc58bdd9a..070ff28e78 100644 --- a/gtk/gtkcalendar.c +++ b/gtk/gtkcalendar.c @@ -50,9 +50,10 @@ * The selected date can be retrieved from a #GtkCalendar using * gtk_calendar_get_date(). * - * Users should be aware that, although the Gregorian calendar is the legal - * calendar in most countries, it was adopted progressively between 1582 and - * 1929. Display before these dates is likely to be historically incorrect. + * Users should be aware that, although the Gregorian calendar is the + * legal calendar in most countries, it was adopted progressively + * between 1582 and 1929. Display before these dates is likely to be + * historically incorrect. */ #include "config.h" |