summaryrefslogtreecommitdiff
path: root/glib/gdate.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2014-01-30 23:52:58 -0500
committerMatthias Clasen <mclasen@redhat.com>2014-01-30 23:52:58 -0500
commitacfb76afe2c7dab67f87878c2a3f5f3aa2d8dbfd (patch)
treecbe3ed72ec12c7aec9a8031ffd7ea2928f26bd40 /glib/gdate.c
parent67b0afd5fd21aae4041e897ff3151b84f3c85a65 (diff)
downloadglib-acfb76afe2c7dab67f87878c2a3f5f3aa2d8dbfd.tar.gz
Docs: don't use <footnote>
It basically does not work in the HTML output.
Diffstat (limited to 'glib/gdate.c')
-rw-r--r--glib/gdate.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/glib/gdate.c b/glib/gdate.c
index 1978cf700..410e00a96 100644
--- a/glib/gdate.c
+++ b/glib/gdate.c
@@ -1761,11 +1761,11 @@ g_date_subtract_years (GDate *d,
* @year: year to check
*
* Returns %TRUE if the year is a leap year.
- * <footnote><para>For the purposes of this function,
- * leap year is every year divisible by 4 unless that year
- * is divisible by 100. If it is divisible by 100 it would
- * be a leap year only if that year is also divisible
- * by 400.</para></footnote>
+ *
+ * For the purposes of this function, leap year is every year
+ * divisible by 4 unless that year is divisible by 100. If it
+ * is divisible by 100 it would be a leap year only if that year
+ * is also divisible by 400.
*
* Returns: %TRUE if the year is a leap year
*/