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

Extract function refactoring does not respect function documentation

XMLWordPrintable

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

      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();
      }

        For Gerrit Dashboard: QTCREATORBUG-6934
        # Subject Branch Project Status CR V

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

              Created:
              Updated:
              Resolved:

                There are no open Gerrit changes