https://bugs.kde.org/show_bug.cgi?id=377036
Bug ID: 377036 Summary: Kdevelop crashed when documentating template function Product: kdevelop Version: 5.0.80 Platform: Ubuntu Packages OS: Linux Status: UNCONFIRMED Severity: crash Priority: NOR Component: doxygen integration Assignee: kdevelop-bugs-n...@kde.org Reporter: robin.chr...@gmx.de Target Milestone: --- Consider the following code: template<template<typename> typename T1, template<typename> typename T2, template<typename> typename T3> void foo(T1<float> &vertexes, T2<float> &sources, T3<float> &frequencies, rdt::DirectSoundCalculationOptions const& calcOptions ); Place your pointer in this void and press Code -> Document Declaration (or alternatively Alt+Shift+D) and see your Kdevelop Crash. -- You are receiving this mail because: You are watching all bug changes.