Home
Categories
Dictionary
Download
Project Details
Changes Log
What Links Here
How To
Syntax
FAQ
License

Qt APIs



The location of Qt APIs can be specified using the "qtAPI" elements in APIs configuration XML file.

Note that APIs paths can either be:
  • Absolute in an external http link
  • Relative to the output wiki directory content

Built-in available Qt APIs

By default the following Qt APIs are always available:
  • QT5: The QT 5.12 API
  • QT4.8: The QT 4.8 API

QtAPIs property

The "APIs" property specifies an XML file defining a list of APIs. See APIs.xsd for the APIs Schema. Thei file allows to specify a list of APIs, and for each API:
  • Its URL
  • Its ID
Note that other kinds of APIs can be specified in this file, see APIs property for more information.

Example

  <qtAPIs>
     <qtAPI url="http://qt.apidoc.info/4.6.4/" id="qt4.6.4" />
  </qtAPIs>
The validity and existence of qtdoc tags will only be checked if the "checkLinks" property is set to true.

See also


Categories: configuration | general

docJGenerator Copyright (c) 2016-2023 Herve Girod. All rights reserved.