mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-22 21:04:17 -04:00
Hide documented internal classes from Doxygen
This commit is contained in:
@ -60,6 +60,8 @@ enum PicChannelCode {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The header for a SoftImage PIC file.
|
* The header for a SoftImage PIC file.
|
||||||
|
*
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
struct PicHeader {
|
struct PicHeader {
|
||||||
/**
|
/**
|
||||||
@ -111,6 +113,8 @@ struct PicHeader {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* Describes a channel in a SoftImage PIC file.
|
* Describes a channel in a SoftImage PIC file.
|
||||||
|
*
|
||||||
|
* @private
|
||||||
*/
|
*/
|
||||||
struct PicChannel {
|
struct PicChannel {
|
||||||
quint8 size; /**< Bits per component per pixel. */
|
quint8 size; /**< Bits per component per pixel. */
|
||||||
|
Reference in New Issue
Block a user