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. Documentation inside qcreator

Documentation inside qcreator

Scheduled Pinned Locked Moved Qt Creator and other tools
2 Posts 2 Posters 844 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.
  • G Offline
    G Offline
    grastvei
    wrote on last edited by
    #1

    If i want to comment my code and make it possible to push F1 for reference. (like the Qt lib)
    How should I write that documentation?

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

      You need to create QCH documentation (Qt Compiled Help) files, and then add them in Qt Creator's Preferences.

      To create qch, you can use either the built-in qdoc, or external: Doxygen. Doxygen is recommended for all code that is not Qt itself.

      (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