Hide documented internal classes from Doxygen

This commit is contained in:
Alex Merry 2014-05-30 16:40:05 +01:00
parent 87b545f9ed
commit cca4c545a4

View File

@ -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. */