mirror of https://github.com/qt/qtdoc.git
Update QDoc source code location
The location of the QDoc source code moved from qtbase to qttools. This commit reflect this change in the README. Pick-to: 5.15 Change-Id: I488faf6fd94d57eb651524f3fa0eb1d0397e66d2 Reviewed-by: Konstantin Tokarev <annulen@yandex.ru> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
parent
fbaf5b008a
commit
99be756c0f
4
README
4
README
|
@ -3,7 +3,7 @@ To Generate Qt Documentation:
|
|||
qtdoc contains the main Qt Reference Documentation, which includes
|
||||
overviews, Qt topics, and examples not specific to any Qt module.The
|
||||
configuration files are located in qtdoc/doc/config and the articles in
|
||||
qtdoc/doc/src. Note that QDoc is located in qtbase.
|
||||
qtdoc/doc/src. Note that QDoc is located in qttools/src/qdoc.
|
||||
|
||||
The instructions in this file assumes that the prerequisite binaries are
|
||||
compiled and in the $PATH variable.
|
||||
|
@ -27,7 +27,7 @@ Section 1 Building the qdocconf File
|
|||
dependencies to other projects.
|
||||
|
||||
To build using the qdocconf file, run the "qdoc" binary and pass the
|
||||
qdocconf file as a parameter. "qdoc" is found in qtbase repository. A
|
||||
qdocconf file as a parameter. "qdoc" is found in qttools repository. A
|
||||
mandatory "outputdir" must be specified.
|
||||
|
||||
$> qdoc doc/config/qtdoc.qdocconf -outputdir html
|
||||
|
|
Loading…
Reference in New Issue