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 <christian.kandeler@qt.io>
This commit is contained in:
Leena Miettinen
2023-10-16 16:20:29 +02:00
parent d8a75d48a3
commit 5b97cb375b

View File

@@ -829,6 +829,18 @@
\li Convert connect() to Qt 5 Style \li Convert connect() to Qt 5 Style
\li Converts a Qt 4 QObject::connect() to Qt 5 style. \li Converts a Qt 4 QObject::connect() to Qt 5 style.
\li QObject::connect() (Qt 4 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 \endtable
\section2 Refactoring QML Code \section2 Refactoring QML Code