GNOME Bugzilla – Bug 654869
"Property" command
Last modified: 2012-11-18 11:12:56 UTC
I've found this bug. I'm programming in C. When I define the following enumeration: typedef enum{FF, CC, FV, FC, DC, DY, DF} property; And this structure: struct temp_storage_struct { char *char_valid_functional_contents_string; char *char_lolimit_string; char *char_uplimit_string; data_type data_the_type; property property_the_type; Boolean b_last_line_of_data; Boolean b_TRUE_last_line_address; }; The doxygen thinks that I'm using /property in the middle of the struct and separates it in "data fields" and "properties". It's very annoying that i can't define any thing with the id "property" because of this bug...
Confirmed. Should be fixed in the next subversion update.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.5. Please verify if this is indeed the case. Reopen the bug if you think it is not fixed and please include any additional information that you think can be relevant.