summaryrefslogtreecommitdiffstats
path: root/libfdisk/src/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfdisk/src/table.c')
-rw-r--r--libfdisk/src/table.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/libfdisk/src/table.c b/libfdisk/src/table.c
index 63531f243..3a78e9e02 100644
--- a/libfdisk/src/table.c
+++ b/libfdisk/src/table.c
@@ -2,6 +2,16 @@
#include "fdiskP.h"
/**
+ * SECTION: table
+ * @title: table
+ * @short_description: container for fdisk partitions
+ *
+ * The fdisk_table is simple container for fdisk_partitions. The table is no
+ * directly connected to label data (partition table), and table changes don't
+ * affect in-memory or on-disk data.
+ */
+
+/**
* fdisk_new_table:
*
* The table is a container for struct fdisk_partition entries. The container