Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. [Solved]What does this statement //! [number] mean?

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

Scheduled Pinned Locked Moved General and Desktop
4 Posts 3 Posters 1.6k Views
  • 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 Offline
    W Offline
    whitesong
    wrote on last edited by
    #1

    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
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

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

      (Z(:^

      1 Reply Last reply
      0
      • D Offline
        D Offline
        DerManu
        wrote on last edited by
        #3

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

        1 Reply Last reply
        0
        • W Offline
          W Offline
          whitesong
          wrote on last edited by
          #4

          thanks, you really helped me :)

          1 Reply Last reply
          0

          • Login

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • Users
          • Groups
          • Search
          • Get Qt Extensions
          • Unsolved