doc: minor comment tweaks

This commit is contained in:
Justin M. Keyes
2016-09-26 19:31:26 +02:00
parent 22dfe6925d
commit 9c2f4ce20d
10 changed files with 26 additions and 30 deletions

View File

@@ -1,5 +1,5 @@
// FIXME(tarruda): This module is very repetitive. It might be a good idea to
// automatically generate it with a lua script during build
// UI wrapper for the built-in TUI. Sends UI requests to the TUI thread.
#include <assert.h>
#include <stdbool.h>
#include <stdio.h>