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

Extract function refactoring does not respect function documentation

    XMLWordPrintable

Details

    • 74a0313fc (master), 6847d6900 (master)

    Description

      That might place the function in between a doxygen comment and its function.

      E.g, before:
      /*! \func foo
      *
      */
      void foo()
      {
      // some code
      }

      Extracting bar():

      /*! \func foo
      *
      */
      void bar()
      {
      // some code
      }

      void foo()
      {
      bar();
      }

      Attachments

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

        Activity

          People

            kandeler Christian Kandeler
            dt Daniel Teske
            Votes:
            1 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes