spv-file-format: Document "show-title" option.
[pspp] / src / output / pivot-table.h
index c613e55efc81d557c03d67b28f45ce72f23c31da..6769b600baada8de089d63c82e7b1b2424f50945 100644 (file)
@@ -430,6 +430,7 @@ struct pivot_table
     bool rotate_inner_column_labels;
     bool rotate_outer_row_labels;
     bool show_grid_lines;
+    bool show_title;
     bool show_caption;
     size_t *current_layer; /* axis[PIVOT_AXIS_LAYER].n_dimensions elements. */
     enum settings_value_show show_values;
@@ -467,7 +468,7 @@ struct pivot_table
     struct pivot_value *subtype;  /* Same as spv_item's subtype. */
     struct pivot_value *corner_text;
     struct pivot_value *caption;
-    char *notes;
+    char *notes;                /* Shown as tooltip. */
 
     /* Dimensions. */
     struct pivot_dimension **dimensions;