Uploaded image for project: 'Qt Project Website'
  1. Qt Project Website
  2. QTWEBSITE-264

When using @ formatting for code, prepending an ampersand incorrectly appends a semicolon.

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • P3: Somewhat important
    • None
    • None
    • qt-project.org

    Description

      I just ran across the issue in http://developer.qt.nokia.com/forums/viewthread/7888/ (reply #5) where adding the following:

      @
      connect(&tcpSocket, ... )
      @

      creates a line which contains:

      connect(&tcpSocket;, ... )

      Upon editing the post, the semicolon has appeared in the source as well.

      Attachments

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

        Activity

          People

            mariusg mariusg (Inactive)
            markdlong Mark Long
            Votes:
            2 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes