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].

Currently that is not possible. The known/generated commands are hard
coded in [1]. Also, I do not see such a doxygen command at [2]. You are
probably dealing with another documentation language than doxygen?

While the code model might detect "in" parameters automatically (value, const-ref or const-ptr), ref or ptr params may be inout or just out. Of course, except the code model could detect if such a param is only read or written within the function.

André

You might want to create a feature request / "Suggestion" at
https://bugreports.qt.io/ .

Nikolai


[1] src/plugins/cpptools/doxygengenerator.cpp
[2] https://www.stack.nl/~dimitri/doxygen/manual/commands.html
_______________________________________________
Qt-creator mailing list
Qt-creator@qt-project.org
http://lists.qt-project.org/mailman/listinfo/qt-creator



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

Reply via email to