Version: (using KDE 4.3.5) Compiler: gcc (Gentoo 4.3.4 p1.0, pie-10.1.5) 4.3.4 OS: Linux Installed from: Compiled From Sources Hello! I've just found a funny bug (now... it was an headache) when importing a C++ header. It seems that the parser interpret braces even inside comments. Just trying to guess by the way. Here's the fact: The problem: using doxygen "special" tag /*@{*/ and /*@{*/ to group equally documented members, causes SEGFAULT How to Reproduce: Import this class: ============== class TEST { public: /*@{*/ int ernational(); int ent(); /*@}*/ }; =============== Expected Behaviour: A new class inside class diagram Happy hacking! Ciao!
fixed in svn
set version-fixed-in from 4.8.0 changelog