Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Qt Academy Launch in California!

    [Solved]What does this statement //! [number] mean?

    General and Desktop
    3
    4
    1347
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • W
      whitesong last edited by

      In many project I have seen so far some programmers use //! [1] //! [2]...//![n] in their code but I have no idea why they will be used.
      I'll be grateful if someone point out the reason of use them.

      1 Reply Last reply Reply Quote 0
      • sierdzio
        sierdzio Moderators last edited by

        Possibly they are marking snippets for "doxygen":http://www.stack.nl/~dimitri/doxygen/manual/commands.html#cmdsnippet or qdoc?

        (Z(:^

        1 Reply Last reply Reply Quote 0
        • D
          DerManu last edited by

          Doxygen (or any other similar tool) code documentation, see http://www.stack.nl/~dimitri/doxygen/manual/docblocks.html

          1 Reply Last reply Reply Quote 0
          • W
            whitesong last edited by

            thanks, you really helped me :)

            1 Reply Last reply Reply Quote 0
            • First post
              Last post