Dear Mattball,
I am new by using doxyclean for my documentation, but I think, I found a bug. Doxygen html output shows the enumerations like UITableViewRowAnimation, but when I convert with doxyclean, the enumerations gone. Please if this is a true bug, fix this, otherwise please tell me what am I doing wrong.
My enum:
/** @enum NZTextureFiltering
Type of the filtering for the texture */
typedef enum {
NZTextureFilteringNearestNeighbour, ///< Both min and mag filter is nearest
NZTextureFilteringBilinear, ///< Both min and mag filter is linear
NZTextureFilteringMipmapLinear ///< Min filter is linear mipmap, mag filter is linear and anisotropy is 2
} NZTextureFiltering;
Dear Mattball,
I am new by using doxyclean for my documentation, but I think, I found a bug. Doxygen html output shows the enumerations like UITableViewRowAnimation, but when I convert with doxyclean, the enumerations gone. Please if this is a true bug, fix this, otherwise please tell me what am I doing wrong.
My enum:
/** @enum NZTextureFiltering
Type of the filtering for the texture */
typedef enum {
NZTextureFilteringNearestNeighbour, ///< Both min and mag filter is nearest
NZTextureFilteringBilinear, ///< Both min and mag filter is linear
NZTextureFilteringMipmapLinear ///< Min filter is linear mipmap, mag filter is linear and anisotropy is 2
} NZTextureFiltering;