]> git.sur5r.net Git - i3/i3/blobdiff - include/commands_parser.h
Merge branch 'next' into master
[i3/i3] / include / commands_parser.h
index 88b3f6d09c6540972b701907fea56dcf071f8642..b65ae93f85c51e16d49806a232bf1d272b7477a8 100644 (file)
@@ -13,7 +13,7 @@
 
 #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.