summaryrefslogtreecommitdiff
path: root/keymap.c
diff options
context:
space:
mode:
Diffstat (limited to 'keymap.c')
-rw-r--r--keymap.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/keymap.c b/keymap.c
index a1f3865..4736eb8 100644
--- a/keymap.c
+++ b/keymap.c
@@ -43,6 +43,8 @@ XkbFile *sections[MAX_SECTIONS];
/**
* Compile the given file and store the output in result.
+ * @param file A list of XkbFiles, each denoting one type (e.g.
+ * XkmKeyNamesIdx, etc.)
*/
Bool
CompileKeymap(XkbFile * file, XkbFileInfo * result, unsigned merge)