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. Include help for libstdc into QtCreator

Include help for libstdc into QtCreator

Scheduled Pinned Locked Moved Qt Creator and other tools
1 Posts 1 Posters 630 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.
  • T Offline
    T Offline
    th.thielemann
    wrote on last edited by
    #1

    I use doxygen style to document my c++ code. And for the different libraries I create .qch files to see the documentation within QtCreator. The used doxygen tags are:
    GENERATE_QHP = YES
    QCH_FILE = Mylib.qch
    QHP_NAMESPACE = MyLibrary
    QHP_VIRTUAL_FOLDER = doc
    QHP_CUST_FILTER_NAME =
    QHP_CUST_FILTER_ATTRS =
    QHP_SECT_FILTER_ATTRS =
    QHG_LOCATION = /usr/bin/qhelpgenerator

    And if I select an item from my lib in sourcecode an press F1, the related documentation is shown. I tried the same for the libstdc. But if I select methods from eg. std::list I do not get any output or output for QML's list.
    What do I'm wrong here?

    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