Details
-
Bug
-
Resolution: Done
-
P2: Important
-
Qt Creator 2.6.0, Qt Creator 2.6.1
-
None
-
Ubuntu 12.04, doesn't depend on DE.
-
cea5d886d8ab5bae7a8601d84222d3fa7d6541ef
Description
As the title says auto-complete stop exactly after doxygen comment line ending with a dot:
/// text of the commentary. **on this line it doesn't work**
Though it works for non-doxygen comment lines (2 slashes instead of 3) or even for doxygen comments that do not end with a dot:
// Commentary. **fine** /// Commentary **also fine**