X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=type_t.h;h=5fed59d5cff51495da9874775826324da143bf72;hb=f6feab51a8537815a941fce7aea6f338e0695c20;hp=3f84f0cae28e7c6ffb225b5884d220edb541a799;hpb=e97bf80ad2ba7f01d4a2b51d243d6273ae2d65a1;p=cparser diff --git a/type_t.h b/type_t.h index 3f84f0c..5fed59d 100644 --- a/type_t.h +++ b/type_t.h @@ -140,7 +140,7 @@ struct function_type_t { struct compound_type_t { type_base_t base; - bool packed : 1; /** Set if packed was specified. */ + bool packed : 1; /**< Set if packed was specified. */ /** the declaration of the compound type, the scope of the declaration * contains the compound entries. */ compound_t *compound;