table-item: Make caption into table_cell too.
[pspp] / src / output / spv / spv-select.c
index 6be9742795311a225be2b00df14d927238b1fa79..21b560d72080f7830765c75376564176eda3bc8a 100644 (file)
 #include "gl/c-ctype.h"
 #include "gl/xalloc.h"
 
+/* Returns true if ITEM represents a command, false otherwise.
+
+   The root item and each of its immediate children are considered to be
+   command items. */
 static bool
 is_command_item (const struct spv_item *item)
 {