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

Doxygen auto completion

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Done
    • P3: Somewhat important
    • Qt Creator 2.5.0-beta
    • Qt Creator 2.0.1
    • Editors
    • None
    • beede7d7cff3e740ec0b0053ae9e382693e7f42c

    Description

      Eclipse and VS have a nice feature. If you write an method and start commenting it with doxygen comments (/**) the IDE automatically creates (triggered by ctrl space) the doxygen stub. If you have
      bool foo (int a, int b)
      you get following stub.
      /**

      • @param a
      • @param b
      • @return
        */
        bool doSomething (int a, int b)

      I would love this feature in creator too.

      Attachments

        Issue Links

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

          Activity

            People

              leamelo Leandro T. C. Melo
              gleugner Georg Leugner
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Gerrit Reviews

                  There are no open Gerrit changes