]> git.sur5r.net Git - i3/i3/blobdiff - include/commands_parser.h
Merge branch 'release-4.16.1'
[i3/i3] / include / commands_parser.h
index 1acb7faebe791f999db86166b209dfe9b80636a5..b65ae93f85c51e16d49806a232bf1d272b7477a8 100644 (file)
@@ -9,9 +9,11 @@
  */
 #pragma once
 
+#include <config.h>
+
 #include <yajl/yajl_gen.h>
 
-/*
+/**
  * Holds an intermediate represenation of the result of a call to any command.
  * When calling parse_command("floating enable, border none"), the parser will
  * internally use this struct when calling cmd_floating and cmd_border.