mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2026-05-26 05:18:24 -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.
|
||||
*
|
||||
* @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. */
|
||||
|
||||
Reference in New Issue
Block a user