Skip to content

Enumerations #4

Description

@zenorbi

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;

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions