Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QDoc does not generate any html files
Forum Updated to NodeBB v4.3 + New Features

QDoc does not generate any html files

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 3.3k 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,

    It is the first time I use QDoc and I have been looking in several pages (like: http://doc-snapshot.qt-project.org/qdoc/qdoc-guide-conf.html ) and I made my own config file called test.qdocconf .
    Here it is:
    @
    project = TEST
    versionsym =
    version = 1.0
    description = TEST
    url = http://www.sourceforge.com/

    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
    @

    All the paths are specified from the test.qdocconf file.
    I use the command qdoc3 test.qdocconf and it generates a html folder, with thre sub-folders (images, scripts and style) and 2 files test.xml and test.pageindex.

    Does any one know what is the problem? why is it not generating the documentation properlly? thank you :)

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

      Hi....

      The Link which u had given is not opening.. Can u plz provide us the proper one.... :-)

      Thanks & Regards...

      1 Reply Last reply
      0
      • E Offline
        E Offline
        excalibur1491
        wrote on last edited by
        #3

        Hi,

        This is the link: http://doc-snapshot.qt-project.org/qdoc/qdoc-guide-conf.html

        Thank you again ;)

        1 Reply Last reply
        0
        • E Offline
          E Offline
          excalibur1491
          wrote on last edited by
          #4

          Hi, again. Could anyone help me with this issue, please? It has been more than a week with no answers.

          Thank you

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

            Hi,

            If your classes are namespaced you need to describe the namespace. Use the topic command \namespace. You can do it in a separate .qdoc file.

            /*!
            \namespace something

            bla bla bla
            */

            1 Reply Last reply
            1

            • Login

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