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]qDoc or Doxygen
Forum Updated to NodeBB v4.3 + New Features

[SOLVED]qDoc or Doxygen

Scheduled Pinned Locked Moved Qt Creator and other tools
4 Posts 2 Posters 4.8k 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.
  • M Offline
    M Offline
    mbnoimi
    wrote on last edited by
    #1

    Hi,

    I'm using Doxygen since years ago. Recently (damn!) I noticed that there is a tool called qDoc which allows me to create the documentation to my projects.

    Do qDoc considered as full replacement to Doxygen (I'm using C++/Qt ignore the other langauges)?

    I never write Doxygen configuration file manually I usually use doxugen-gui wizard for that, Can I use qDoc without writing configuration file manually?

    1 Reply Last reply
    0
    • sierdzioS Offline
      sierdzioS Offline
      sierdzio
      Moderators
      wrote on last edited by
      #2

      It's the other way around. qdoc was first, doxygen second :) qdoc is considered an internal Qt tool, it is not meant to be used outside and is not bound by any source code compatibility promises like the rest of the code. You can use it, sure, but if something breaks in a future version, you can't blame anyone :P More seriously, now that Qt is under open governance and the source code is modular, qdoc can be considered to be more stable than before

      AFAIK, the answer here is no, you need to write it by hand

      (Z(:^

      1 Reply Last reply
      0
      • M Offline
        M Offline
        mbnoimi
        wrote on last edited by
        #3

        [quote author="sierdzio" date="1368810658"]AFAIK, the answer here is no, you need to write it by hand[/quote]

        Oops.. I'm very lazy it seems I've to stick to Doxygen :\ Using Wizards for this kind of tools mainly is very effective.

        1 Reply Last reply
        0
        • sierdzioS Offline
          sierdzioS Offline
          sierdzio
          Moderators
          wrote on last edited by
          #4

          It's a solid piece of software, I use it, too, for most of my projects.

          There is a QML extension to doxygen - "doxyqml":http://agateau.com/projects/doxyqml/, if you are interested. Coded by kind folks at KDE.

          (Z(:^

          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