mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-06-03 17:08:08 -04:00
Hide documented internal classes from Doxygen
This commit is contained in:
parent
87b545f9ed
commit
cca4c545a4
@ -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. */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user