On 05/12/2017 08:49 AM, André Hartmann wrote:
Hi,

Am 12.05.2017 um 08:22 schrieb Nikolai Kosjar:
On 04/24/2017 01:56 PM, Sadanand Ugare wrote:
Hi,

In qt creator is it possible to change content of comment blocks.

eg:

/*!
  *
  * \param data
  * \param options
  * \return
  */

here instead of "param" i can have "outparam". If possible then please
give me the detailed procedure to change the content.

Do I understand you correctly, that you want to have the auto-generated
code (after typing /**<ENTER> above a function) containing "\param"
replaced with "\outparam" instead?

Reading [1], it seems the syntax is \param[in], \param[out] and
\param[inout].

Ahh, right. So it's doxygen :)

You meant [2].

Nikolai

_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator

Reply via email to