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. Qdoc tool.
Forum Updated to NodeBB v4.3 + New Features

Qdoc tool.

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 2 Posters 5.6k 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.
  • J Offline
    J Offline
    josemaria
    wrote on last edited by
    #1

    I am developing some kind of library that depends of Qt toolkit. It is a GIS library that use the Qt toolkit and I would like to move all my documentation to a Qt-Assistant documentation. I have read about qdoc tags, and about .qch files but it seems that in somewhere I need to use some tools to put all my qdoc files into a .qch file. ?¿?¿ qdoc ??¿? I need to create the links between some term used in my documentation.

    How is it supposed I shoud do? Is there qdoc tool available? How is supposed I must do to generate real qt-like help documentation¿?

    Thanks in advanced.

    1 Reply Last reply
    0
    • ? This user is from outside of this forum
      ? This user is from outside of this forum
      Guest
      wrote on last edited by
      #2

      you might find this interesting: "http://doc.trolltech.com/qq/qq28-qthelp.html":http://doc.trolltech.com/qq/qq28-qthelp.html

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

        You need to supply html files to the Assistant document build chain. Therefore you are free to use any html generator you like.
        Note that Nokia recommends to use Doxygen rather than qdoc, because qdoc is a niche tool for documenting Qt.
        qdoc is available, it comes with Qt. Try to enter qdoc3 on the command line to see if it is already installed on your computer.

        1 Reply Last reply
        0
        • J Offline
          J Offline
          josemaria
          wrote on last edited by
          #4

          Thanks a lot for your help. The thing is I like much more the way in which qtdoc generate documentation that doxygen.

          1 Reply Last reply
          0
          • D Offline
            D Offline
            dialingo
            wrote on last edited by
            #5

            No problem, you can use qdoc. A good way to start is to build qt from source and then the documentation with
            @make docs@

            Then you can start to play and modify the existing documentation and add your own files. Using qdoc outside the Qt source tree is a little bit more complicated because you need more than just the qdoc3 executable. You will need a .qdocconf file and a couple of template files. Happy Hacking!

            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