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. Using QDoc does not work at all

Using QDoc does not work at all

Scheduled Pinned Locked Moved Qt Creator and other tools
3 Posts 3 Posters 1.7k 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.
  • E Offline
    E Offline
    excalibur1491
    wrote on last edited by
    #1

    Hi,

    I have been working on a project for a fesw months and I would like to generate a documentation from the sources. I know that QDoc is used to do it but I can not make ir work! I have checked on the internet and have lloked for examples of qdocconf files and this is mine:

    @
    project = pfa
    versionsym =
    version = 1.0

    language = Cpp
    headerdirs = ../src/
    sourcedirs = ../src/
    sources.fileextensions = "*.cpp *.cc *.h *.hpp *.qml *.qdoc .mm"
    examples.fileextensions = "
    .cpp *.cc *.h *.hpp *.js *.qml *.xq *.svg *.xml *.ui *.qhp *.qhcp"

    exampledirs = ../srcTest
    outputdir = ./html
    outputformats = HTML
    @

    It's pretty simple, but it still does not work! I don't understand why.
    When I run qdoc3 pfa.qdocconf I get this on my html folder:
    -images (directory)
    --used -in-examples (empty dir)
    -scripts (empty dir)
    -style (empty dir)
    -pfa.index (file)
    -pfa.pageindex (file)

    and in those two files there isn't much (2 lines of xml)..

    any idea?

    thank you!

    1 Reply Last reply
    0
    • M Offline
      M Offline
      Maaaks
      wrote on last edited by
      #2

      I have the same problem. Have you found a solution?

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

        Doxygen is recommended as a tool to develop documentation of Qt projects. qdoc is an internal tool used by Qt Project.

        (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