GNOME Bugzilla – Bug 576533
C: enum pointer in struct completely missing from documentation
Last modified: 2010-10-09 08:19:46 UTC
I did these tests on Linux, with doxygen compiled from svn (684) file test.c /*! my spectacular enum */ enum E { one, //!< I two, //!< II }; /*! my spectacular struct */ struct S { int *i; //!< integer doc enum E e; //!< enum doc enum E *ep; //!< enum pointer doc }; void main() { } Doxyfile modifications OPTIMIZE_OUTPUT_FOR_C = YES EXTRACT_ALL = YES INPUT = test.c In the generated S Struct Reference page the 'ep' field is absent. If there's anything I can do to help resolve this issue, please let me know. Thanks for the wonderful tool anyway. Bart
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.1. 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.
This bug was previously marked ASSIGNED, which means it should be fixed in doxygen version 1.7.2. 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.