https://bugs.kde.org/show_bug.cgi?id=413519
--- Comment #9 from Carsten Behling <carsten.behl...@gmail.com> --- (In reply to Ralf Habacker from comment #8) > BTW: I cleaned up partially the generated c++ code, see bug 413574. I unchecked - "Write documentationcomments even if empty" - "Write comments for sections even if section i empty" there a lot of empty 'public:'/'private:' sections remaining: --- cut here --- #ifndef ISOMETHING_H #define ISOMETHING_H #include <string> class ISomething { public: /** */ virtual void doSomething () = 0; protected: public: protected: public: protected: private: public: private: public: private: }; #endif // ISOMETHING_H --- cut here --- It seems to belong into bug 413574 but it`s closed. -- You are receiving this mail because: You are watching all bug changes.