summaryrefslogtreecommitdiff
path: root/src/core/util.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/util.c')
-rw-r--r--src/core/util.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/core/util.c b/src/core/util.c
index 8f10bbbc7..2e218760e 100644
--- a/src/core/util.c
+++ b/src/core/util.c
@@ -1,7 +1,5 @@
/* -*- mode: C; c-file-style: "gnu"; indent-tabs-mode: nil; -*- */
-/* Mutter utilities */
-
/*
* Copyright (C) 2001 Havoc Pennington
* Copyright (C) 2005 Elijah Newren
@@ -22,6 +20,12 @@
* 02111-1307, USA.
*/
+/**
+ * SECTION:util
+ * @title: Utility functions
+ * @short_description: Miscellaneous utility functions
+ */
+
#define _GNU_SOURCE
#define _POSIX_C_SOURCE 200112L /* for fdopen() */