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

Documentation Comments do not expand for special member function destructor

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Unresolved
    • Icon: Not Evaluated Not Evaluated
    • None
    • Qt Creator 18.0.0-beta1
    • Editors
    • None
    • Windows

      When you type the characters

      /*!<enter>

      in the line just before a method declaration in a class, you get a nicely expanded specific doxygen documentation comment:

      /*!
       * \brief Foo
       */
       Foo();
      

      Thats nice.

      But in front of a destructor special member function you get:

      /*!
       *
       ~Foo();
      

       

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

            davschul David Schulz
            moellney Michael Möllney
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:

                There are no open Gerrit changes