Kaynağa Gözat

libdpkg: Add type documentation to struct pkginfo

Guillem Jover 15 yıl önce
ebeveyn
işleme
1466cd10e8
1 değiştirilmiş dosya ile 7 ekleme ve 1 silme
  1. 7 1
      lib/dpkg/dpkg-db.h

+ 7 - 1
lib/dpkg/dpkg-db.h

@@ -151,7 +151,13 @@ struct trigaw {
 /* Note: dselect and dpkg have different versions of this. */
 struct perpackagestate;
 
-/* pig */
+/**
+ * Node describing an architecture package instance.
+ *
+ * This structure holds state information.
+ *
+ * Note: Usually referred in the code as pig.
+ */
 struct pkginfo {
   struct pkginfo *next;
   const char *name;