[Qt-creator] comment blocks settings in qt creator

Nikolai Kosjar nikolai.kosjar at qt.io
Fri May 12 08:57:25 CEST 2017


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




More information about the Qt-creator mailing list