doxyclean icon indicating copy to clipboard operation
doxyclean copied to clipboard

Enumerations

Open zenorbi opened this issue 14 years ago • 0 comments

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;

zenorbi avatar Jun 24 '10 13:06 zenorbi