]> git.sur5r.net Git - i3/i3/blobdiff - src/table.c
Put documentation for each function in the header files, doxygen-compatible
[i3/i3] / src / table.c
index 791362edefd34f47107179710a0d2d6c688ae0e1..222ebdcca089c1dc13f43dff288d2475c5d6f393 100644 (file)
@@ -211,6 +211,10 @@ static void move_rows_from(xcb_connection_t *conn, Workspace *workspace, int row
                 }
 }
 
+/*
+ * Prints the table’s contents in human-readable form for debugging
+ *
+ */
 void dump_table(xcb_connection_t *conn, Workspace *workspace) {
         LOG("dump_table()\n");
         FOR_TABLE(workspace) {