diff --git a/src/imageformats/pic.h b/src/imageformats/pic.h index 32c43d9..641dd8a 100644 --- a/src/imageformats/pic.h +++ b/src/imageformats/pic.h @@ -60,6 +60,8 @@ enum PicChannelCode { /** * The header for a SoftImage PIC file. + * + * @private */ struct PicHeader { /** @@ -111,6 +113,8 @@ struct PicHeader { /** * Describes a channel in a SoftImage PIC file. + * + * @private */ struct PicChannel { quint8 size; /**< Bits per component per pixel. */