Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-20311

Doxygen auto comment - make invokable before the access specifier

    XMLWordPrintable

Details

    • f852cfe284e9a7c48277d85bdbbcb10a7b33a136

    Description

      The auto-Doxygen-block-creation kicks-in after typing / * *<return> in front of a class methods return type - so far so good. But it does not if / * *<return> is typed in front of the methods access specifier.

      Our team places access specifiers ahead of each class method and member. This makes the code locally more expressive (no need to search for the closest access specifier earlier in the code) and to be agnostic against move operations during refactorings (no accidently published private element after moving it around inside the class).

      So the requested feature of this task would be to also invoke the Doxygen block creation if triggered ahead of the access specifier of the documentable element.

       

      Example Code:

      /**  <-- after typing this here, the Doxygen block gets not inserted
      public : QStringList
          sequence_drop(
                  QString const & sequence_name
              );

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            kandeler Christian Kandeler
            ralfkubis Ralf Kubis
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes