Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enumerations #4

Open
zenorbi opened this issue Jun 24, 2010 · 0 comments
Open

Enumerations #4

zenorbi opened this issue Jun 24, 2010 · 0 comments

Comments

@zenorbi
Copy link

zenorbi commented Jun 24, 2010

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;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant