Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. [SOLVED] Doxygen integration for Qt Creator
Forum Updated to NodeBB v4.3 + New Features

[SOLVED] Doxygen integration for Qt Creator

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 3 Posters 4.5k Views 1 Watching
  • 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.
  • F Offline
    F Offline
    frankem
    wrote on 6 Jan 2015, 12:35 last edited by
    #1

    Dear all,

    I would like to be able to easily use Doxygen from within Qt Creator, i.e. inserting and editing Doxygen comments. Therefore, in the past I used the Qt Creator plugin from

    http://dev.kofee.org/projects/qtcreator-doxygen

    However, for newer versions of Qt Creator this plugin doesn't work anymore.

    Are there any plans to introduce native Doxygen support for Qt Creator?

    Thanks for your reply and with best regards,
    Markus

    1 Reply Last reply
    1
    • C Offline
      C Offline
      ckakman
      wrote on 6 Jan 2015, 18:58 last edited by
      #2

      Hi,

      I don't know about that plug-in but Qt Creator supports adding Doxygen compatible comments to your code for quite a long time without any plug-in. If you type "/*!" above a member function and hit the Enter button, Qt Creator automatically inserts a stub documentation section which is Doxygen compatible.

      1 Reply Last reply
      0
      • K Offline
        K Offline
        koahnig
        wrote on 6 Jan 2015, 21:09 last edited by
        #3

        You basically have to approach Kofee directly. Or you can try to contact the second developer. AFAIK there are not monitoring this forum.

        Vote the answer(s) that helped you to solve your issue(s)

        1 Reply Last reply
        0
        • F Offline
          F Offline
          frankem
          wrote on 7 Jan 2015, 08:06 last edited by
          #4

          I just found out that Qt Creator has already some limited support for Doxygen comment generation.

          Just type "/**" in front of a method declaration and press <Enter> and you will get at least a simple Doxygen-Stub.

          The plugin has some more functionality but in my opinion it's better than nothing.

          1 Reply Last reply
          0

          1/4

          6 Jan 2015, 12:35

          • Login

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