From 5b97cb375b9d5d9bcdcbca5bce9becfb0b3983c8 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Mon, 16 Oct 2023 16:20:29 +0200 Subject: [PATCH] Doc: Describe new C++ refactoring actions - Convert Comment to C/C++ Style - Move Function Documentation to Declaration/Definition Task-number: QTCREATORBUG-29392 Change-Id: Iae48cd752c909a0007929e0111aa149fbfea02ee Reviewed-by: Christian Kandeler --- doc/qtcreator/src/editors/creator-quick-fixes.qdoc | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/qtcreator/src/editors/creator-quick-fixes.qdoc b/doc/qtcreator/src/editors/creator-quick-fixes.qdoc index a55c8f5cd23..88fddf01514 100644 --- a/doc/qtcreator/src/editors/creator-quick-fixes.qdoc +++ b/doc/qtcreator/src/editors/creator-quick-fixes.qdoc @@ -829,6 +829,18 @@ \li Convert connect() to Qt 5 Style \li Converts a Qt 4 QObject::connect() to Qt 5 style. \li QObject::connect() (Qt 4 style) + \row + \li Convert Comment to C/C++ Style + \li Converts C-style comments into C++-style comments, and vice + versa. Tries to preserve \e pretty layout and takes Doxygen and + qdoc formatting into consideration, but you might need to clean + up the results. + \li Code comment + \row + \li Move Function Documentation to Declaration/Definition + \li Moves the documentation comment for a function between its + declaration and definition. + \li Documentation comment for a function \endtable \section2 Refactoring QML Code