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. Cross References in Doxygen Documentations with different namespaces
Forum Updated to NodeBB v4.3 + New Features

Cross References in Doxygen Documentations with different namespaces

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 597 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.
  • D Offline
    D Offline
    dualfaces
    wrote on last edited by
    #1

    Hi,

    I am using Using Doxygen to generate HTML files for the documentation and the generation of an qch file to provide help files for my classes.

    I have a library which has a QHP namespace like
    com.myCompany.someLib. Further i create tagfiles for the library.

    An application that uses the library has the namespace
    com.myCompany.someApp, and via the tagfiles the crossreferencs in the html files work properly.

    But when i import the someLib.qch and someApp.qch files in Qt Creator 3.0.1 the cross references are still displayed as links, and the class diagrams are correct. But when i click a link that should lead to the documentation of the library it can't find the file. The error is:
    Site could not be found!
    qthelp://com.myCompany.someApp/someLib/doc/html/classcppnamespace_1_1_class_name.html

    In both cases the output is $proj_root$/doc, whereas the html files are placed in $proj_root$/doc/html and the qch files are placed in $proj_root&/help

    What is necessary to have proper links?

    Thanks for help!

    regards

    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