After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 654869 - "Property" command
"Property" command
Status: RESOLVED FIXED
Product: doxygen
Classification: Other
Component: build
unspecified
Other Windows
: Normal normal
: ---
Assigned To: Dimitri van Heesch
Dimitri van Heesch
Depends on:
Blocks:
 
 
Reported: 2011-07-18 19:58 UTC by leandro.sampayo
Modified: 2012-11-18 11:12 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description leandro.sampayo 2011-07-18 19:58:31 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...
Comment 1 Dimitri van Heesch 2011-07-30 12:49:20 UTC
Confirmed. Should be fixed in the next subversion update.
Comment 2 Dimitri van Heesch 2011-08-14 14:04:39 UTC
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.